This wiki page talks about how to do this:
http://wiki.apache.org/myfaces/ExecutingMethodsFromLinkButtonParameters
Adam Brod
Product Development Team
| "Hailong Zhang"
<[EMAIL PROTECTED]>
06/12/2006 01:18 PM
|
|
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!
Disclaimer: This electronic mail and any attachments are confidential and may be privileged. If you are not the intended recipient, please notify the sender immediately by replying to this email, and destroy all copies of this email and any attachments. Thank you.

