You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Adam Winer (JIRA)" <de...@myfaces.apache.org> on 2007/06/25 19:30:26 UTC

[jira] Created: (TRINIDAD-75) Nested tables fail in "all"-type client-side state saving

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.


[jira] Resolved: (TRINIDAD-75) Nested tables fail in "all"-type client-side state saving

Posted by "Adam Winer (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Winer resolved TRINIDAD-75.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.2-core

Fixed.

> 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
>             Fix For: 1.0.2-core
>
>
> 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.