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
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.