Example with JSF data components changing to Datatables

Example with JSF data components changing to Datatables

raypratikraypratik Posts: 1Questions: 1Answers: 0

Hi,

I am using <rich:dataTable> in JSF presently to render data from database objects and showing the values using the value="#{test1BO.resultList}" in jsp pages.

Can you please share any example which can reuse those components and render the data in dataTable, or any example which shows complete end to end JSF1.2 implementation of your tables from data to business logic to view layer.

Thanks!

This discussion has been closed.