I don't have any of those configs and resource bundles work a treat.

In your <h:selectOneMenu> tag, you don't specify where it is supposed to store 
the selected value.

Here is the code taken from the Seam v1.2 documentation:

  | <h:selectOneMenu value="#{localeSelector.language}">
  |     <f:selectItem itemLabel="English" itemValue="en"/>
  |     <f:selectItem itemLabel="Deutsch" itemValue="de"/>
  |     <f:selectItem itemLabel="Francais" itemValue="fr"/>
  | </h:selectOneMenu>
  | <h:commandButton action="#{localeSelector.select}" 
value="#{messages['ChangeLanguage']}"/>

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029756
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to