4 Replies Latest reply on Feb 9, 2011 10:07 AM by shikida

    problem in  rich:scrollableDataTable header ..

    romyo0o

      Hello ,

      i've write this code

      <rich:scrollableDataTable id="ValidityUpSellingDataTable" width="504" height="100"
      binding="#{ValidityBean.validityTable}"
      value="#{ValidityBean.validitynList}"
      var="vUpS">

      <rich:columns columns="5">

      <f:facet name="header">
      <h:outputText value="Cost" styleClass="headerLabel"></h:outputText>

      </f:facet>

      <h:outputText id="costTxt" value="#{vUpS.cost}"styleClass="tableLabel"></h:outputText>

      </rich:columns>



      </rich:scrollableDataTable>



      and the result is OK.
      when i run this page on IE Every thing is OK
      but when i run it on FireFox contents of table appear and the header is disappear there's no header for the table :S.

      please Help me,

      Thanks :)