Flipkart Search

Showing posts with label adf resource bundle. Show all posts
Showing posts with label adf resource bundle. Show all posts

Sunday, 28 October 2012

Using Resource Bundle in adf managed bean

After configuring  ResourceBundle in faces-config.xml {Should be in working condition}, you can access (key,value) in manage bean as

ResourceBundle res = ResourceBundle.getBundle("Resource_base_name");
String value1=res.getString(" key1");