I have read the wiki, but I think this can not solve my problem. My scenario seems like master/detail, but the master/detail must be displayed in the same page.
Any other solutions?
Thank you!
2006/6/13, Adam Brod <[EMAIL PROTECTED]>:
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
Please respond to
"MyFaces Discussion" <[email protected]>
To[email protected] cc SubjectCan I pass a param to the backing bean method?
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.

