link to validation section

This commit is contained in:
Keith Donald 2009-11-12 07:34:50 +00:00
parent 2eff486b36
commit b53f180c14
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 for type conversion, and may also be used by a Spring Container and DataBinder when
binding bean property values.</para> binding bean property values.</para>
<para>In addition, a <link linkend="format">formatter</link> system <para>In addition, a <link linkend="format">formatter</link> SPI
has been introduced for formatting field values. This system provides has been introduced for formatting field values. This SPI provides
a simpler and more robust alternative to JavaBean PropertyEditors for use in client a simpler and more robust alternative to JavaBean PropertyEditors for use in client
environments such as Spring MVC.</para> environments such as Spring MVC.</para>
</section> </section>