0 Replies Latest reply on Mar 31, 2007 3:38 PM by rodison

    Problems with a4j:form inside a rich:simpleTogglePanel

    rodison

      Hi people,

      I'm trying the rich:simpleTogglePanel and I've discovered a problem. When I have an a4j:form inside a rich:simpleTogglePanel, the contents inside of a4j:form don't appear in the page!!!

      This is my code:

      <rich:simpleTogglePanel label="Lalala" switchType="client">
      <t:outputText value="Hello my friend" />

      <a4j:form id="myForm">
      <t:outputText value="Hello again my friend" />
      </a4j:form>

      </rich:simpleTogglePanel>

      The text "Hello my friend" appears in the page but the text "Hello again my friend" doesn't appear.

      Is this a bug? Or I'm using this component in a wrong way?

      My configuration is this:

      MyFaces (Core, Html, Sandbox and Tomahaw) 1.1.5, Ajax4jsf 1.1.0, Jetty 6.1.0

      Best Regards,