From 2dab493b7ebff03021fb66f9c72a6408bc62c439 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 3 Sep 2009 05:32:19 +0000 Subject: [PATCH] updaten new in 3 git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1806 50f2f4bb-b051-0410-bef5-90022cba6387 --- spring-framework-reference/src/new-in-3.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-framework-reference/src/new-in-3.xml b/spring-framework-reference/src/new-in-3.xml index 5c71aec5333..2fb8d060cf6 100644 --- a/spring-framework-reference/src/new-in-3.xml +++ b/spring-framework-reference/src/new-in-3.xml @@ -386,11 +386,11 @@ public class AppConfig {
General purpose type conversion system and UI field formatting system - A general purpose type conversion system has been introduced. + A general purpose type conversion system has been introduced. The system is currently used by SpEL for type coersion, and may also be used by a Spring Container when binding bean property values. - In addition, a ui.format system has been introduced for formatting UI field 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 environments such as Spring MVC.