From 476a4005bb69f7012558dbb31707689f7e2ee249 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Mon, 14 Jun 2010 15:26:03 +0000 Subject: [PATCH] SWF-1255 Improve sample code on using Unified EL or OGNL --- spring-webflow-reference/src/el.xml | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/spring-webflow-reference/src/el.xml b/spring-webflow-reference/src/el.xml index b4daf808..2d031cfd 100644 --- a/spring-webflow-reference/src/el.xml +++ b/spring-webflow-reference/src/el.xml @@ -94,10 +94,23 @@ - - - + + + ]]> + + Note that if your application is registering custom converters it's important to ensure the WebFlowELExpressionParser is configured with the conversion service that has those custom converters. + + + + + + + + + +]]> @@ -112,6 +125,16 @@ ]]> + + Note that if your application is registering custom converters it's important to ensure the WebFlowOgnlExpressionParser is configured with the conversion service that has those custom converters. + + + + + + +]]>