Nested Dynamic h:datatable
959950Sep 5 2012 — edited Sep 6 2012I also have similar issue with nesting of dataTables as stated in https://forums.oracle.com/forums/thread.jspa?messageID=10559636#10559636
Can you please help on how the assign the binding value for the inner datatable as i have to add columns dynamically to it.
<t:dataList binding="#{backingBean.outerDataTableGUI}" value="#{backingBean.outerTableArrayList}" var="outerRowData">
<h:panelGroup>
<h:datatable binding="????????" value="#{outerRowData.innerTableArrayList}"> //*should be binding="#{outerRowData.innerDataTableGUI}"*
</h:datatable>
</h:panelGroup>
</t:dataList>