[jboss-user] [JBoss Seam] - Re: Messages...
gavin.king@jboss.com
do-not-reply at jboss.com
Wed Feb 21 11:07:16 EST 2007
@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
More information about the jboss-user
mailing list