previous | index | next

Other Uses: Adding an Action Listener to a Tab

   <corejsf:tabbedPane ... actionListener="#{tabbedPaneBean.presidentSelected}">
      <f:selectItems value="#{tabbedPaneBean.tabs}"/>
   </corejsf:tabbedPane>

previous | index | next