UIXCollection.invokeOnComponent() never flushes the model cache
---------------------------------------------------------------

                 Key: TRINIDAD-132
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-132
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 1.2.1-core
            Reporter: Adam Winer
            Assignee: Adam Winer


UIXCollection generally flushes the model twice:  once at processDecodes(), and 
again at encodeBegin(), in both cases to handle receiving a new model.

However, if you use invokeOnComponent() to optimize the JSF lifecycle, this 
fails:  processDecodes() never gets called, so the model is never re-fetched.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to