Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Nested Dynamic h:datatable

959950Sep 5 2012 — edited Sep 6 2012
I 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>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 4 2012
Added on Sep 5 2012
4 comments
223 views