1 Reply Latest reply on Jun 14, 2012 12:03 PM by jpapouse

    DataTable scroll bar getting lost within rich:tabPanel for switchtype 'ajax'

    sandy4you

      Hi All,

       

      I'm loosing the horizontal scroll bar for the data table when I click the first tab second time or any tab second time.

      Any help would be apreciated.

       

      Please note that when the "switchType = server" then everything works fine but same is not the case with "switchType = ajax".

       

               <rich:tabPanel switchType="ajax" id="organizationHistoryTabs">

       

                  <rich:tab

                      id="settingsTab"

                      header="#{commonTrans.partnerDetailsPartnerHistory}">

                      <organization:settingsHistoryTable settingsList="#{cc.attrs.settingsList}" />

                  </rich:tab>

         

                  <rich:tab

                      id="postalAddressTab"

                      header="#{commonTrans.partnerDetailsAddressHistory}">

                      <organization:postalAddressHistoryTable postalAddressList="#{cc.attrs.postalAddressList}" />

                  </rich:tab>

         

                  <rich:tab

                      id="rolesTab"

                      header="#{commonTrans.partnerDetailsRolesHistory}">

                      <organization:rolesHistoryTable rolesList="#{cc.attrs.rolesList}" />

                  </rich:tab>

       

              </rich:tabPanel>

       

      Thanks & Regards,

      Sandy