updaten new in 3

master
Keith Donald 15 years ago
parent 19450cd069
commit 477c4d3865
  1. 4
      spring-framework-reference/src/new-in-3.xml

@ -386,11 +386,11 @@ public class AppConfig {
<section id="new-feature-convert-and-format"> <section id="new-feature-convert-and-format">
<title>General purpose type conversion system and UI field formatting system</title> <title>General purpose type conversion system and UI field formatting system</title>
<para> <para>
A general purpose <link linked="core.convert">type conversion system</link> has been introduced. A general purpose <link linkend="core.convert">type conversion system</link> 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. The system is currently used by SpEL for type coersion, and may also be used by a Spring Container when binding bean property values.
</para> </para>
<para> <para>
In addition, a <link linked="ui.format">ui.format</link> system has been introduced for formatting UI field values. In addition, a <link linkend="ui.format">ui.format</link> 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. This system provides a simpler and more robust alternative to JavaBean PropertyEditors in UI environments such as Spring MVC.
</para> </para>
</section> </section>

Loading…
Cancel
Save