diff --git a/spring-webflow-reference/src/spring-mvc.xml b/spring-webflow-reference/src/spring-mvc.xml
index 8d700047..aff7c904 100644
--- a/spring-webflow-reference/src/spring-mvc.xml
+++ b/spring-webflow-reference/src/spring-mvc.xml
@@ -260,6 +260,13 @@ 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 a set of existing ViewResolvers to use, 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.
+
Signaling an event from a View