From 9e2f6094e05728d207f1a0657dd00fb1c79995f9 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 14 May 2008 22:08:20 +0000 Subject: [PATCH] checkbox update --- build-spring-webflow/resources/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt index 6dceb669..616a167e 100644 --- a/build-spring-webflow/resources/changelog.txt +++ b/build-spring-webflow/resources/changelog.txt @@ -29,6 +29,7 @@ Bug Fixes This bug was effecting integration of the Trindad component library, which requires a special Response object to be set for its Ajax support to work. * Fixed a bug preventing resolution of flow-local messages for flows launched as subflows. * Fixed a bug where field errors recorded using Errors.rejectValue were not being associated with the source field. +* Fixed a bug preventing binding of unselected checkbox fields in a Spring MVC enviornment. * Restored JDK 1.4 compatibility in two places: when catching and re-throwing an Exception thrown by a Spring MVC View, when writing out mock responses during testing. Documentation