For example:
<t:dataTable id="foo1" var="list" value="#{test.list">
    ......
    <t:dataTable id="foo2" var="video" value="#{test.subList}">
    ......
    </t:dataTable>
</t:dataTable>

The subList is determined by a property of list but how can I pass the property to test.getSubList() ?

Thank you!

Reply via email to