|
From: Dmitriy K. <dko...@ru...> - 2004-05-04 19:06:18
|
Thanks Janek, I'll change that. Dmitriy. Janek Bogucki wrote: > From the imagedb sample from Spring Framework 1.0.1 there is a copy and > paste comment error in image-servlet.xml. The second comment needs to > refer to FreeMarker instead of Velocity. > > <!-- Configurer that sets up a VelocityEngine for Velocity views > --> > <bean id="velocityConfigurer" > class="org.springframework.web.servlet.view.velocity.VelocityConfigurer"> > <property > name="resourceLoaderPath"><value>WEB-INF/views/</value></property> > </bean> > > <!-- Configurer that sets up a VelocityEngine for Velocity views > --> > <bean id="freemarkerConfigurer" > class="org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer"> > <property > name="templateLoaderPath"><value>WEB-INF/views/</value></property> > </bean> > > -Janek > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer |