0 Replies Latest reply on May 27, 2008 11:20 AM by lmk

    can we use dataTable or rich:column without array list?

    lmk

      hello,

      It's possible to use dataTable with a managed bean not a List of object. I have to display one row and I'd like to take advantage of rich:columns headers and footers.

      I found this on the developpers guide:<rich:dataTable var="set">

       <rich:column>
       <h:outputText value="#{set.property1}"/>
       </rich:column>
       <!--Set of another columns and header/footer facets-->
       </rich:dataTable>
      


      what can represent set variable.

      thanksl