Saturday, January 11, 2014

Richfaces DataTable For Static data

There is simple way to use the richfaces datatable for static data. We need to pass just the value attribute as below.

<rich:datatable value="staticVal">
     <rich:column>...</rich:column>
     <rich:column>...</rich:column>
     <rich:column breakBefore="true">...</rich:column>
     <rich:column>...</rich:column>
</rich:datatable>


No comments:

Post a Comment