|
From: Dmitriy K. <dko...@ru...> - 2004-05-07 13:04:19
|
Thanks Oliver. I corrected it. Dmitriy. Oliver Hutchison wrote: > Hello, > > In the reference docs section 3.13. there is the following block of XML > > <bean id="customEditorConfigurer" > > class="org.springframework.bean.factory.config.CustomEditorConfigurer"> > <property name="customEditors"> > <map> > <entry key="example.ExoticType"> > <bean class="example.ExoticTypeEditor"> > <property name="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 > > > ------------------------------------------------------- > This SF.Net email is sponsored by Sleepycat Software > Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to > deliver higher performing products faster, at low TCO. > http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer |