Bridge should retain/resuse redirected viewId when redirected during render
---------------------------------------------------------------------------
Key: PORTLETBRIDGE-39
URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-39
Project: MyFaces Portlet Bridge
Issue Type: Improvement
Components: Impl
Affects Versions: 1.0.0, 2.0.0
Reporter: Michael Freedman
Assignee: Michael Freedman
The bridge has added support for redirecting during render however hasn't added
anything extra to maintain the redirected viewId so that subsequent refreshes
will target this redirected viewId. This particularly impacts extensions that
take additional querystring parameters on a viewId to extend the viewId. The
issue here is that since the redirect occurs during a render there is no way to
update the current state holder of this value (i.e. the render parameter).
What we could do however, is store this value in a session attribute and then
reuse it until its cleared/removed. We would clear/remove it at the end of an
action, event, another redirect during render, and/or mode change.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.