Faces Block and responseComplete handling
-----------------------------------------
Key: COCOON-2049
URL: https://issues.apache.org/jira/browse/COCOON-2049
Project: Cocoon
Issue Type: Bug
Components: Blocks: (Undefined)
Affects Versions: 2.1.10
Reporter: Markus Wolf
The faces block does not handle a responseComplete FacesContext correct.
When a faces backing bean calls responseComplete, then no additional response
has to be rendered (this is from the spec).
But in cocoon when a response is completed from a backing bean the redirect to
a view from the RedirectImpl in the FacesAction is not executed, because the
LifecycleImpl from MyFaces does not call a dispatch. Therefore cocoon executes
additional actions from the sitemap (the one after the <map:act />).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.