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!
- Can I pass a param to the backing bean method? Hailong Zhang
- Re: Can I pass a param to the backing bean method? Adam Brod
- Re: Can I pass a param to the backing bean meth... Hailong Zhang
- Re: Can I pass a param to the backing bean ... Cosma Colanicchia
- Re: Can I pass a param to the backing b... Hailong Zhang

