From 9c223c178055829c778fc28a5082fa0338a68ca1 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Tue, 15 May 2012 21:38:35 +0300 Subject: [PATCH] Fix broken link to JavaBean customization tutorial Issue: SPR-9408 --- src/reference/docbook/validation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/docbook/validation.xml b/src/reference/docbook/validation.xml index 43a6b43ccc..0fa6bc2a4a 100644 --- a/src/reference/docbook/validation.xml +++ b/src/reference/docbook/validation.xml @@ -603,7 +603,7 @@ Float salary = (Float) company.getPropertyValue("managingDirector.salary");]]>Note that you can also use the standard BeanInfo JavaBeans mechanism here as well (described in not-amazing-detail here). Find below an example of using the BeanInfo mechanism for explicitly registering one or more PropertyEditor