13.2.2. Displaying labels
Just do this:
//Inject the resource bundle, assuming you have a file called
//messages_en.properties, with your default locale replacing "en"
@In private Map<String, String> messages;
//Pull the message out of the bundle
@In("#{messages['Hello']}")
private String helloMessage;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037555#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...