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#4037555
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037555
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user