1 Reply Latest reply on Oct 16, 2008 7:27 AM by nbelaevski

    Rich Toggle

      Hi,

      Im using <rich:simpleTogglepanel>

      On expanding and on collapsing the call goes to server side.

      All i need is ,on collapsing there shouldn be any sever side call .

      Is there any build-in attributes or any other way to stop server side call oncollapsing.

      Code Snippets:

      <rich:simpleTogglePanel switchType="ajax" label="Ajax Switch Type" height="90px" action="#{userInfo.userHistoryToggleActionProcess}" reRender="userHistoryListTable"
       opened="false">
      
      
      </rich:simpleTogglePanel>


      Help me out!

      Tnx