diff --git a/spring-framework-reference/src/new-in-3.xml b/spring-framework-reference/src/new-in-3.xml index fd1018109b5..d93df2beda8 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.