S Ahmed
2013-10-03 19:08:52 UTC
I updated spring to 3.2.4.RELEASE and now my application context XML file
is showing me that templateLoaderPath isn't available anymore:
<bean id="freemarkerConfig"
class="org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer">
<property name="templateLoaderPath" value="/WEB-INF/views"/>
</bean>
Has anyone else run into this?
is showing me that templateLoaderPath isn't available anymore:
<bean id="freemarkerConfig"
class="org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer">
<property name="templateLoaderPath" value="/WEB-INF/views"/>
</bean>
Has anyone else run into this?