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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user