From 477c4d386543e47cc21463fe665ad877cd10439b 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 --- 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 5c71aec533..2fb8d060cf 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.