Nested Tables - is it possible?
I'm trying to create a table nested within a table using JSF components (and Studio Creator) and have no idea if what I'm trying is possible.,
For example:
I have an employee record, and each employee has a list of pay review dates/amounts. In my table I want to display a list of employees and for each have a nested tabled showing their pay review details.
Programmatically, I've managed to create a nested table with some static data in that is the same for each employee, but I can't see how I can dynamic set this data for each row as the employee record is rendered.
Any guidance must appreciated.
Ian

