HiAs long as you keep the table var and value elements connected, can you create deep nests of tables?
<tr:table var="row" value="#{lotTree.delivery}"
<f:facet name="detailStamp">
<tr:table var="sub" value="#{row.module}" >
<f:facet name="detailStamp">
<tr:table var="sub2"
value="#sub.list2" >
And so on?
Or is there a more appropriate component?
Thanks
Al

