Details
-
Task
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
Description
Please update documentation SPRING MVC BRIDGE according:
https://groups.google.com/forum/#!topic/hippo-community/P5Mw7CPg7SI.
In the specific exampe you can not see what the value is in the template.
Maybe something like the node of the template, where people can see that the hst:renderpath is the same as the value of the hst:parametervalues
Beside that the
<servlet> <servlet-name>HstDispatcherServlet</servlet-name> <servlet-class>org.hippoecm.hst.component.support.spring.mvc.HstDispatcherServlet</servlet-class> <!-- SNIP --> </servlet>
This could be
<servlet> <servlet-name>HstDispatcherServlet</servlet-name> <servlet-class>org.hippoecm.hst.component.support.spring.mvc.HstDispatcherServlet</servlet-class> <init-param> <param-name>contextConfigLocation</param-name> <param-value>/WEB-INF/applicationContext.xml</param-value> </init-param> </servlet>
Regards,
Arsdeep