Already work!!

But when change language in other action in the same page catch old language, 
that have it before, with method  "Locale.instance().getLanguage()"

I explain :

1º Default "es" -> Combox "español", messages_es, 
Locale.instance().getLanguage() = "es"
2º Change "en" ->  Combox "English", messages_en, 
Locale.instance().getLanguage() = "es"
3º Change "es" -> Combox "español", messages_es, 
Locale.instance().getLanguage() = "en"
4º Change "en" ->  Combox "English", messages_en, 
Locale.instance().getLanguage() = "es"
.
.
.
.



How change language before enter in my action?


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

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

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to