Has anyone had any success with getting the tabbed pane client side scripts to work?

 

<f:subview id="panelTabbedPane1">

<t:panelTabbedPane selectedIndex="1" width="100%" styleClass="leftTabbedPane"

                                          activeTabStyleClass="activeTab"

                                          tabContentStyleClass="tabContent"

                                          activeSubStyleClass="activeSub">

<t:panelTab id="portfolio" label="Portfolio" >

                 <f:verbatim><br/><br/></f:verbatim>

                 <h:outputText value="Portfolio" />

      </t:panelTab>

      <t:panelTab id="results" label="Results">

            <[EMAIL PROTECTED] file="/jsp/hitlist/hitListPage.jsp" %>

      </t:panelTab>

</t:panelTabbedPane>

</f:subview>

 

I can’t seem to get the onclick to work with the panelTab.   Nothing happens, no errors nothing.

And when I view source from the compiled page the onclick alert(‘hi’) isn’t even visible.   Does anyone have any experience with running the panelTabbedPane in client side mode?

 

 

Reply via email to