This commit is contained in:
Keith Donald 2009-09-03 18:52:39 +00:00
parent 80570a28c0
commit cd20be7a4f
1 changed files with 1 additions and 1 deletions

View File

@ -1157,7 +1157,7 @@ public interface FormatterRegistry {
<!-- Configures Spring MVC DataBinder instances -->
<bean class="org.springframework.web.bind.support.ConfigurableWebBindingInitializer">
<property name="formatterRegistry">
<bean class="org.springframework.ui.format.GenericFormatterRegistry">
<bean class="org.springframework.ui.format.support.GenericFormatterRegistry">
<property name="formatters">
<list>
<!-- Register Formatter beans here -->