incorrect behavior after responseComplete
-----------------------------------------
Key: MYFACES-1409
URL: http://issues.apache.org/jira/browse/MYFACES-1409
Project: MyFaces Core
Issue Type: Bug
Components: General
Affects Versions: 1.1.5-SNAPSHOT
Environment: Windows XP, apache-tomcat-5.5.17
Reporter: Leonid Mikhailov
Fix For: 1.1.5-SNAPSHOT
The following behavior appears to be incorrect in myfaces implementation of
JSF.
After FacesContext.responseComplete is issued in the afterPhase method of the
PhaseListener at the RESTORE_VIEW phase, myfaces implementation skips to
RENDER_RESPONSE phase. This appears to be incorrect, as following a call to
FacesContext.responseComplete JSF implementation should exit JSF lifecycle
completely, i.e. the next phase of the lifecycle should be again RESTORE_VIEW.
This problem can be observed when running Sun's Progress Bar with JSF and AJAX
Sample with myfaces libraries on Tomcat.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira