[jboss-user] [JBoss Seam] - Re: Questions on resourceBundle

monkeyden do-not-reply at jboss.com
Mon Apr 16 09:58:58 EDT 2007


13.2.2. Displaying labels

Just do this:

//Inject the resource bundle, assuming you have a file called
//messages_en.properties, with your default locale replacing "en"
@In private Map<String, String> messages; 

//Pull the message out of the bundle
@In("#{messages['Hello']}") 
private String helloMessage;


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

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



More information about the jboss-user mailing list