[jboss-user] [JBoss Seam] - Re: resource-bundle question

yoav200 do-not-reply at jboss.com
Tue Jan 16 08:04:13 EST 2007


OK that work great,

i used a bundleLoader that loads the messages
but how can i print out useing <h:outputText>
a specific country 

public void foo(String value) {
   ...
   String message = (String) messages.get( value );
   ...
}

and for my first question, how can i load more resourses ?
is it enough to put the property file in the WEB-INF/classes ?

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

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



More information about the jboss-user mailing list