Change when the UIXCollection adds its component context change
---------------------------------------------------------------

                 Key: TRINIDAD-2096
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2096
             Project: MyFaces Trinidad
          Issue Type: Improvement
          Components: Components
    Affects Versions: 2.0.0-beta-1
            Reporter: Andrew Robinson
            Assignee: Andrew Robinson


During my initial authoring of the UIXCollection component context change, it 
was possible for code that did not reset the row key back to its original 
value, to leave a context change dangling off of the stack. This causes issue 
with other components that use context changes.

I am changing the code to only use the component context change when the 
component is being processed. This way it is sure to be cleaned up as a 
try/finally block would be feasible.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to