[jboss-user] [JBoss Seam] - Re: How to get ResourceBundle message from backend using Sea

petemuir do-not-reply at jboss.com
Fri Mar 23 18:15:56 EDT 2007


You are probably after the Messages component (which you access in JSF as #{messages[key]}).

You could do Messages.instance().get(key) or @In(#{messages[key]} String value or @In Map<String, Object> messages;

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031225#4031225

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031225



More information about the jboss-user mailing list