@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#4020024

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020024
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to