[jboss-user] [JBoss Seam] - icefaces + localeSelector

rmemoria do-not-reply at jboss.com
Tue Jan 30 12:36:56 EST 2007


Hi All,

I have an application being build using JBOSS 4.0.5GA and SEAM 1.1.1GA.

I'm trying to include IceFaces components there.

It's a multi language app, and there is a code to choose the language like that above:

 <h:selectOneMenu value="#{localeSelector.localeString}">
  |    <f:selectItems value="#{localeSelector.supportedLocales}" />
  | </h:selectOneMenu><br>
  | <h:commandButton action="#{localeSelector.select}" value="Change" />
Previously, before including Icefaces, it was changing the language correctly. Now it doesn't work.

It doesn't show any error message or raise any exception. It simply post when I press the button and render the page with the same language as before.

Any tip?

Regards,
Ricardo Memória

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

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




More information about the jboss-user mailing list