Jing Wu created TRINIDAD-2383:
---------------------------------

             Summary: issue with table stamp state
                 Key: TRINIDAD-2383
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2383
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 2.0.1-core
         Environment: This issue is environment independent.
            Reporter: Jing Wu


A component's stamp state contains 3 parts: the stamp state of itself, the 
stamp state of its children (if there's any), the stamp state of its facets (if 
there's any). We use array to store stamp state of its children, and facets. 
But if somehow between stamp saving and restoring, the child components are 
changed in position, we would run into classcastexception since we expect one 
component but encounter a different one. 


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to