2 Replies Latest reply on Feb 2, 2007 9:11 AM by rmemoria

    icefaces + localeSelector

    rmemoria

      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

        • 1. Re: icefaces + localeSelector
          kukeltje

          sounds like my problem. It is even worse. Conversation switching doesn't work either. I tried posting this in the seam AND icefaces fori (forums?) but only got one initial respose from the icefaces developers which misunderstood my initial posting. Never heard back there, nor can is there a way to file an issue with icefaces. My opinion is that it needs fixing on their side, but I did not have the time (nor do I want to) fix their problem. For the moment, no icefaces for me.

          • 2. Re: icefaces + localeSelector
            rmemoria

            Ok... I got your point...

            ... I'm going to use just SEAM and wait for the ICEFaces guys to work on that...


            thanks
            Ricardo Memória