From 559090050b6ac48609ff4f219c82b94aca0da331 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 12 Mar 2009 22:14:05 +0000 Subject: [PATCH] polish --- spring-webflow-reference/src/spring-mvc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflow-reference/src/spring-mvc.xml b/spring-webflow-reference/src/spring-mvc.xml index f37173bf..09bb2d77 100644 --- a/spring-webflow-reference/src/spring-mvc.xml +++ b/spring-webflow-reference/src/spring-mvc.xml @@ -262,7 +262,7 @@ public class BookingFlowHandler extends AbstractFlowHandler { The MvcViewFactoryCreator is the factory that allows you to configure how the Spring MVC view system is used inside Spring Web Flow. - Use it to configure existing ViewResolvers to use, as well as other services such as a custom MessageCodesResolver. + Use it to configure existing ViewResolvers, as well as other services such as a custom MessageCodesResolver. You may also enable data binding use Spring MVC's native BeanWrapper by setting the useSpringBinding flag to true. This is an alternative to using OGNL or the Unified EL for view-to-model data binding. See the JavaDoc API of this class for more information.