1 Reply Latest reply on Apr 17, 2009 6:31 AM by nbelaevski

    togglePanel switch within action onclick?

    nimo22

      How can I switch to a state of a togglePanel by clicking a link?

      something like:

      <a4j:commandLink onclick="TogglePanel.switch("show")" value="DoAction" action="...">


      onclick="TogglePanel.switch("show")" How?