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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to