Update Jsf2FlowFacesContext.isValidationFailed()

Previously isValidationFailed() merely delegated to the wrapped
FacesContext ignoring any errors that may have been added to
Web Flow's MessageContext. After the change isValidationFailed()
checks and returns true if the MessageContext contains errors
or otherwise it delegates.

Issues: SWF-1490
This commit is contained in:
Rossen Stoyanchev
2012-02-28 10:47:47 -05:00
parent f764120279
commit 85d8d73c1d
4 changed files with 28 additions and 4 deletions

View File

@@ -4,6 +4,8 @@ http://www.springframework.org/webflow
Changes in version 2.3.1.RELEASE
-----------------------------------------------
Upgrade JSF Mojarra version to 2.1.7
Improve Jsf2FlowFacesContext.isValidationFailed() to check Web Flow's MessageContext for errors
Changes in version 2.3.0.RELEASE (Feb 28, 2011)