Originally posted by Lynette Dawson:
yeah just map your dataTable to a List on the backing bean and populate the list when the button is pressed.
I am not sure I know what you mean by map dataTable to a list. Can you elaborate a little more. I am trying to make this a reuseable class and I want to be able to use this class regardless of how many dataTables are on the page (which are done with jsp:include).
I have been able to achieve this by assigning a variable to the rows attribute in the HTML and based upon a conditioning in the backerbean show some or all of the records. But I do this for each dataTable.
I am trying to keep a global view in mind and not individually code each page.
