1 Reply Latest reply on Apr 14, 2008 8:37 AM by ilya_shaikovsky

    rich:scrollableDataTable .... nothing appears !!!

    sfvfnf

      Hello,

      I'm French and my english isn't very good but i'will make efort to be understand.

      I Use a scrolableDataTable and only the Header appears and not the containt of the table.

      Using a simple rich:dataTable it's ok everthing is ok, I have search everywhere i know but i don't find. If someone has got an idea ..

      NB:
      If you want to correct my sentences you can and why not you must correct !! :-)

      Here is a part my code :
      <h:form>
      <rich:spacer height="30" />
      <rich:scrollableDataTable value="#{listJim.listeJournal}" var="category">
      <rich:column id="make">
      <f:facet name="header"><h:outputText value="Date" /></f:facet>
      <h:outputText value="#{category.processDate}" />
      </rich:column>
      <rich:column id="model">
      <f:facet name="header"><h:outputText value="Libelle" /></f:facet>
      <h:outputText value="#{category.processLabel}" />
      </rich:column>
      </rich:scrollableDataTable