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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...