1 Reply Latest reply on Nov 10, 2008 12:25 PM by ilya_shaikovsky

    link within header of simpleTogglePanel toggles the panel, t

    nimo22

      I have this a link within the header of a simpleTogglePanel:


      <rich:simpleTogglePanel switchType="client">
       <f:facet name="header">
      <a4j:commandLink value="Click">
      </facet>
      
      ...
      
      </rich:simpleTogglePanel>


      Well, when I click the link, then my panel toggles (that means is closed/collapsed).

      I only click the link and not the panel, but the panel toggles.

      I wish, when I click the link, then only the link is clicked and not the panel.

      How can I do that?