link to validation section

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2391 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald 2009-11-12 07:34:50 +00:00
parent 3cf5698aaa
commit 01a7f9da72
1 changed files with 2 additions and 2 deletions

View File

@ -393,8 +393,8 @@ public class AppConfig {
for type conversion, and may also be used by a Spring Container and DataBinder when
binding bean property values.</para>
<para>In addition, a <link linkend="format">formatter</link> system
has been introduced for formatting field values. This system provides
<para>In addition, a <link linkend="format">formatter</link> SPI
has been introduced for formatting field values. This SPI provides
a simpler and more robust alternative to JavaBean PropertyEditors for use in client
environments such as Spring MVC.</para>
</section>