1 2 Previous Next 17 Replies Latest reply on May 4, 2009 6:40 PM by nbelaevski Go to original post
      • 15. Re: Problems with togglepanel
        atulkc

        I tried following t hings:
        1) Use a4j:outputPanel inside a4j:facet
        2) Use client side state saving
        3) Use unique names for each facet
        But nothing works...I still get the exception. Though with the unique facet name now I know which facet it does not found. It's always the facet in the togglepanel inside a4j:repeat tag.

        --Atul

        • 16. Re: Problems with togglepanel
          atulkc

          Changing the switchType of toggle panel from 'client' to 'ajax' seems to work. However, this change means my backing beans now have to keep track of state value of toggle panel especially for the toggle panels in a4j repeat. I checked that there is a JIRA issue for that but is closed as 'NOT A DEFECT' (https://jira.jboss.org/jira/browse/RF-6589). That's strange though...shouldn't it be fixed by richfaces team as toggle panel outside a4j repeat doesn't seem to have that kind of requirement (having model/backing bean drive the state).

          --Atul

          • 17. Re: Problems with togglepanel
            nbelaevski

            That's specific of iteration components in JSF - the same problem can be reproduced even with plain h:inputText components.

            1 2 Previous Next