10 Replies Latest reply on Sep 21, 2007 1:23 AM by pourmo

    scrollableDataTable within rich:tabPanel

    pourmo

      Hi
      I am having a problem seeing scrollableDataTable within rich:tabPanel on initial page load. Once I Click to other tabs abd back the scrollableDataTable is shown, but when i force a reRender, the scrollableDataTable disapperars again.

      <rich:tabPanel
       id="ListModuleView"
       headerAlignment="left"
       switchType="ajax"
       style="padding: 0px; margin: 0px;height:300px; " >
      
       <rich:tab label="Tab1" style="padding:0px;">
       <h:form style="padding:0px; margin:0px;" id="tab1" >
       <ui:include src="/page1.xhtml" />
       </h:form>
       </rich:tab>
      
       <rich:tab label="Tab2" style="padding:0px;">
       <h:form style="padding:0px; margin:0px;" id="tab2" >
       <ui:include src="/Page2" />
       </h:form>
       </rich:tab>
      
       </rich:tabPanel>
      

      Thank You