Jing Wu created TRINIDAD-2380:
---------------------------------

             Summary: Collection Component's internal state is not initialized 
properly in some cases.
                 Key: TRINIDAD-2380
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2380
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 2.0.1-core
         Environment: generic issue, environment independent.
            Reporter: Jing Wu


UIXCollection's internal state sometimes is not initialized properly. This 
could happen is backing bean calls UIXTable.getSelectedRowKey() at the time 
table is just initialized. Calling UIXTable.getSelectedRowKey() will force 
table to flush its model, i.e. make sure internal state cached model is up to 
date. So this will setup internal state's model reference, but not other 
variables, causing silent functional failure later on.

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