[
https://issues.apache.org/jira/browse/TRINIDAD-1935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yuan Gao reopened TRINIDAD-1935:
--------------------------------
The previous fix caused problem with table customization. So now the column
width and order are not persisted since they are under UIXIterator. We have a
better fix which is to directly check we are under the UIXIterator component
instead of all its subclasses.
Attached new patches.
> 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
>
> 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.