Nested tables fail in "all"-type client-side state saving
---------------------------------------------------------
Key: TRINIDAD-75
URL: https://issues.apache.org/jira/browse/TRINIDAD-75
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 1.0.1-core
Reporter: Adam Winer
Add the following parameter to web.xml:
<context-param>
<param-name>org.apache.myfaces.trinidad.CLIENT_STATE_METHOD</param-name>
<param-value>all</param-value>
</context-param>
and run the trinidad-demo's components/table_nested.jspx page.
Expand an item, collapse, and expand again: the contents of the
nested table are gone.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.