0 Replies Latest reply on May 16, 2008 1:41 AM by mauhawk

    Display PanelBar using ComponentControl

      Is there a way to display a given PanelBarItem by using the ComponentControl mechanism? I tried the following with a link

      <rich:componentControl event="onClick" for="panelBar" operation="show">
       <f:param value="#{panelBarItemName}" name="panelBarItemName"/>
      </rich:componentControl>
      

      but it doesn't display the desired PanelBarItem. Is there something i am missing?