From 8488a897cd9dca96295ee959e978950d51607bac Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 18 Sep 2008 19:34:59 +0000 Subject: [PATCH] type converters docs --- spring-webflow-reference/src/views.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflow-reference/src/views.xml b/spring-webflow-reference/src/views.xml index a4804644..bdf5c0ea 100644 --- a/spring-webflow-reference/src/views.xml +++ b/spring-webflow-reference/src/views.xml @@ -228,7 +228,7 @@ public class StringToMonetaryAmount extends StringToObject { The ConversionService is the object Web Flow consults at runtime to lookup conversion executors to convert from one type to another. There is generally one ConversionService per application. - See the System Setup section for documentation on how to configure an extended ConversionService implementation that registers custom Converters. + See the System Setup section for documentation on how to configure an extended ConversionService implementation that registers custom Converters to apply application-wide. Also consult the Convert API documentation for more information.