|
From: Oliver H. <Oli...@ou...> - 2004-05-07 02:12:53
|
Hello,
In the reference docs section 3.13. there is the following block of XML
<bean id=3D"customEditorConfigurer"=20
=20
class=3D"org.springframework.bean.factory.config.CustomEditorConfigurer">=
<property name=3D"customEditors">
<map>
<entry key=3D"example.ExoticType">
<bean class=3D"example.ExoticTypeEditor">
<property name=3D"format">
<value>upperCase</value>
</property>
</bean>
</entry>
</map>
</property>
</bean>
The class
"org.springframework.bean.factory.config.CustomEditorConfigurer" should
be "org.springframework.beans.factory.config.CustomEditorConfigurer"
Ollie
|