From 8a3e39d0649a7df8a3cc127ebda4c0561370d2c4 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Tue, 7 Apr 2009 22:55:06 +0000 Subject: [PATCH] today's work --- build-spring-webflow/resources/changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt index 5ad9ee21..a6c1a9b9 100644 --- a/build-spring-webflow/resources/changelog.txt +++ b/build-spring-webflow/resources/changelog.txt @@ -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)