2 Replies Latest reply on Jan 29, 2009 6:33 PM by nbelaevski

    Show / hide a <rich:panel>???

    mrboo

      Hi everyone!.

      Is there a way to show / hide a panel?. I've tried with this:

      The panel

      <rich:panel id="panel1" bodyClass="inpanelBody">
      ......


      The close button
      <h:commandButton value="Close this panel">
      <rich:componentControl for="panel1" event="onclick" operation="hide"/>
      </h:commandButton>


      But not works for me.. :(.

      How can i make it work?.

      Thanks in advance!