Bridge shouldn't restore cached view in ViewHandler.restoreView
---------------------------------------------------------------
Key: PORTLETBRIDGE-61
URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-61
Project: MyFaces Portlet Bridge
Issue Type: Bug
Components: Impl
Affects Versions: 2.0.0-alpha, 1.0.0-beta
Reporter: Michael Freedman
Assignee: Michael Freedman
Currently, when the bridge restores the UIViewRoot from its cache (done between
an action and render request) its done in the ViewHandler.restoreView().
Instead the bridge should manually restore the UIViewRoot prior to calling
Lifeycle.execute(). The current implementation won't work with extensions that
run before the bridge and don't delegate restoreView(), such as Facelets.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.