today's work

This commit is contained in:
Keith Donald
2009-04-07 22:55:06 +00:00
parent 301722dbb2
commit 8a3e39d064

View File

@@ -11,6 +11,8 @@ Bug Fixes
This specifically caused problems with Rich Faces 3.3.0's messages component, which adds a LabeledFacesMessage that requires a FacesContext to be serialized.
* Fixed bug where a FlowExecution's flashScope and MessageContext were not cleared when a user had already completed a render response (SWF-1089).
* Fixed bug where FlowHandlerMapping was not querying parent flow registries when determining if a flow should handle the current request (SWF-1095).
* Fixed bug where flow was not redirecting after ViewState bind/validation error when not an Ajax request and redirectOnPause was set to true (SWF-1096).
* Fixed bug where parent Model list could be shared by child in flow definition inheritance algorithm (SWF-1094).
Improvements
* Added org.springframework.webflow dm Server library definition for use in a dm Server deployment environment (SWF-1067)