Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0-alpha-2
-
None
Description
We recently supplied a patch that included a fix that had the bridge update the VIEW_STATE id it cached across action/renders to account for navigations after the action. This involved having the bridge provide a StateManager impl so it could parse out the value for this id being written into the rendition. Unfortunately the patch neglected to carry the corresponding change to the bridges faces-config.xml and hence the "feature" was never enabled.
To test for this – perform an action whose result is to navigate to a different view (for rendering). After the first rendition suceeds – do a browser refresh. Without the configuration the resulting rendering will be of the action view page not the rendition view page.