You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Gabrielle Crawford (JIRA)" <de...@myfaces.apache.org> on 2010/10/08 02:06:31 UTC

[jira] Resolved: (TRINIDAD-1935) ChangeManager shouldn't persist changes for stamped components

     [ https://issues.apache.org/jira/browse/TRINIDAD-1935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gabrielle Crawford resolved TRINIDAD-1935.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0.4-core 
                    1.2.15-core 
         Assignee: Gabrielle Crawford

> ChangeManager shouldn't persist changes for stamped components
> --------------------------------------------------------------
>
>                 Key: TRINIDAD-1935
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1935
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions:  1.2.12-core
>            Reporter: Yuan Gao
>            Assignee: Gabrielle Crawford
>             Fix For:  1.2.15-core , 2.0.0.4-core 
>
>         Attachments: changemanager-iterator.patch.1.2.12.3, changemanager-iterator.patch.1.2.x, changemanager-iterator.patch.trunk
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Today ChangeManager will persist changes to the component no matter if the component is a repeated component inside an UIXIterator or not. This is not good since if it's persisted, then the next time when the component is rendered, all stamped components are rendered with the change. 
> The fix is to crawl the component tree up and check if UIXIterator is there in the hierarchy, if yes, we will ignore the change. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.