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.