@In Map<String, String> messages;
|
| String message = messages.get("pageFirst.SomeString");
@In("#{messages['pageFirst.SomeString']}") String message
String message = Messages.instance().get("pageFirst.SomeString");
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020024#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...