From aadae8bdfd7abfc6d903f734bfe0a9435acdae75 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 14 May 2008 22:08:52 +0000 Subject: [PATCH] checkbox update --- build-spring-webflow/resources/changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt index 616a167e..d81d21cf 100644 --- a/build-spring-webflow/resources/changelog.txt +++ b/build-spring-webflow/resources/changelog.txt @@ -29,7 +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. +* Fixed a bug preventing binding of unselected checkbox fields in a Spring MVC View environment. * 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