[jboss-user] [JBoss Seam] - Re: language resource bundle example

grdzeli_kaci do-not-reply at jboss.com
Tue Mar 20 09:46:05 EDT 2007


hi again,
i think that it is a bug in seam or jsf :(

i tryed this for three language : english (en) , german(de), francias (fr) and georegian(ka)

georgian is not working :(

code snippet 

  | <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']}"/>
  | 

all works, but not ka(Georgian)

and one another question how i can use both login event and local selector event on one  command button ?



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

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



More information about the jboss-user mailing list