[
https://issues.apache.org/jira/browse/TRINIDAD-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adam Winer updated TRINIDAD-132:
--------------------------------
Resolution: Fixed
Fix Version/s: 1.2.2-core
Status: Resolved (was: Patch Available)
Fixed on 1.2.2, plus the 1.2.1.1 branch
> 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
> Fix For: 1.2.2-core
>
> Attachments: collection-invoke.patch
>
>
> 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.