now redirecting after post that generated bind/validation errors if redirectOnPause=true; consistent with redirect behavior if a transition executes but does not change state

This commit is contained in:
Keith Donald
2009-04-07 20:24:14 +00:00
parent 1af61c8e93
commit 0570108b8c
4 changed files with 83 additions and 6 deletions

View File

@@ -104,7 +104,7 @@ public class JsfView implements View {
}
/*
* Executes postback-processing portions of the standard JSF lifecyle including APPLY_REQUEST_VALUES through
* Executes postback-processing portions of the standard JSF lifecycle including APPLY_REQUEST_VALUES through
* INVOKE_APPLICATION.
*/
public void processUserEvent() {