nested <h:datatable>

hi

i want to display data of two tables in one table using <h:datatable>

when iam doing so.....only one table data is displayed ....but not another

<h:datatable ....id="table1".>

<h:column>

<f:facet name="header">

<h:outputText value="hhh">

</f:facet>

<h:outputText value="#{t.x}">

</h:column>

<h:column>

<h:dataTable ..... id="table2">

<h:column>

<f:facet name="header">

<h:outputText value="hhh">

</f:facet>

<h:outputText value="#{d.k}">

</h:column>

</h:dataTable>

</h:column>

</h:dataTable>

can anyone please tell me the right way of using it.

[793 byte] By [honey17a] at [2007-11-27 2:40:26]
# 1
Using nested datatables is also described here: http://balusc.xs4all.nl/srv/dev-jep-dat.htmlAs you don't show the full JSF code, I can't tell directly what exactly is wrong.
BalusCa at 2007-7-12 3:03:18 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...