From bae262b84b8014f68d6478bd382dd2bb2a694958 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Fri, 13 Feb 2009 20:54:13 +0000 Subject: [PATCH] binding fixes --- build-spring-webflow/resources/changelog.txt | 2 ++ build-spring-webflow/resources/readme.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt index 102b2fe1..74f07737 100644 --- a/build-spring-webflow/resources/changelog.txt +++ b/build-spring-webflow/resources/changelog.txt @@ -9,6 +9,8 @@ Bug Fixes * Fixed bug where flow ids were not properly generated when loading flow resources using classpath*: notation (SWF-988, SWF-992) * Fixed bug where file extension was left off URLs generated by Web Flow when servlet mapping was extension-based e.g. *.htm (SWF-988) * Fixed bug where Web Flow upgrader tool did not properly output end-state 'output' elements (SWF-969) +* Fixed bug where String to Enum conversions failed to work in conjunction with BeanWrapperExpressionParser, enabled when setting "useSpringBinding" flag on a MvcViewFactoryCreator to true (SWF-1005). +* Fixed bug where Collection and Array property bindings did not work with custom converters (SWF-984) Changes in version 2.0.5 (14.11.2008) ------------------------------------- diff --git a/build-spring-webflow/resources/readme.txt b/build-spring-webflow/resources/readme.txt index f73a5ef7..de63ec79 100644 --- a/build-spring-webflow/resources/readme.txt +++ b/build-spring-webflow/resources/readme.txt @@ -1,4 +1,4 @@ -SPRING WEB FLOW 2.0.6 (December 2008) +SPRING WEB FLOW 2.0.6 (February 2009) ---------------------------------- http://www.springframework.org/webflow