Bridge render handler not restoring from cached session scope when available
----------------------------------------------------------------------------
Key: PORTLETBRIDGE-96
URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-96
Project: MyFaces Portlet Bridge
Issue Type: Bug
Components: Impl
Affects Versions: 2.0.0-alpha
Reporter: Michael Freedman
Assignee: Michael Freedman
The bridge render handler correctly tries to restore the request scope (id)
from the render parameter but then fails to fallback and check/use the one
cached in the session if its not there. I.e. If a resource request occurs
before a scope is established (first action) the scope is maintained in a
session attribute as resources can't write new render parameters. The render
code isn't picking up/using this scope.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.