1 Reply Latest reply on Nov 4, 2009 1:15 PM by mattc1

    Tab Panel and Command Links

    mattc1

      We are using the rich tabPanel that looks like this:


      <rich:tabPanel switchType="server" selectedTab="#{myListsListController.selectedEntityString}" valueChangeListener="#{myListsListController.tabChanged}">
       <rich:tab id="tab1" label="#{pageLabels.tab_accounts}" name="Account" >
       <%@include file="landslide-mylists-list-include.jsp"%>
       </rich:tab>
       <rich:tab id="tab2" label="#{pageLabels.tab_opps}" name="Opportunity">
       <%@include file="landslide-mylists-list-include.jsp"%>
       </rich:tab>
       <rich:tab id="tab3" label="#{pageLabels.tab_contacts}" name="Contact">
       <%@include file="landslide-mylists-list-include.jsp"%>
       </rich:tab>
       <rich:tab id="tab4" label="#{pageLabels.tab_leads}" name="Lead">
       <%@include file="landslide-mylists-list-include.jsp"%>
       </rich:tab>
      </rich:tabPanel>


      The included file contains a datatable that has come command links in it. On the first load of the page the links work fine but on tab changes the links appear to not fire the action when clicked. Is there a problem with how we are using the includes?

      -matt