From eee2a2115a8364254ff17eade660c8b6203d229a Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 12 Nov 2009 07:11:08 +0000 Subject: [PATCH] doc polish --- spring-framework-reference/src/new-in-3.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/spring-framework-reference/src/new-in-3.xml b/spring-framework-reference/src/new-in-3.xml index fd1018109b..d93df2beda 100644 --- a/spring-framework-reference/src/new-in-3.xml +++ b/spring-framework-reference/src/new-in-3.xml @@ -385,17 +385,17 @@ public class AppConfig {
- General purpose type conversion system and UI field formatting + <title>General purpose type conversion system and field formatting system A general purpose type conversion system has been introduced. The system is currently used by SpEL - for type conversion, and may also be used by a Spring Container when + for type conversion, and may also be used by a Spring Container and DataBinder when binding bean property values. - In addition, a ui.format system - has been introduced for formatting UI field values. This system provides - a simpler and more robust alternative to JavaBean PropertyEditors in UI + In addition, a formatter system + has been introduced for formatting field values. This system provides + a simpler and more robust alternative to JavaBean PropertyEditors for use in client environments such as Spring MVC.
@@ -469,7 +469,6 @@ public class AppConfig { JSR 303, JSF 2.0, JPA 2.0, etc - Work in progress... not part of the Spring 3.0 M3 release.
-- GitLab