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

[648 byte] By [Ian_Beaumonta] at [2007-10-2 22:48:32]
# 1
What kind of table you`re trying to nest dataTable or panelGrid?
amitteva at 2007-7-14 6:02:52 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
I'm using Sun Studio Creator and am creating a JSF "Table" component, with a "TableRowGroup" and some columns - and then binding it to a data provider. In one of those columns I then want to add in another nested table.
Ian_Beaumonta at 2007-7-14 6:02:52 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...