Uploaded image for project: '[Read Only] - Hippo Site Toolkit 2'
  1. [Read Only] - Hippo Site Toolkit 2
  2. HSTTWO-3419

Please update documentation SPRING MVC BRIDGE

    XMLWordPrintable

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&gt;org.hippoecm.hst.component.support.spring.mvc.HstDispatcherServlet</servlet-class&gt;
          <!-- SNIP --> 
        </servlet>
      

      This could be

          <servlet>
              <servlet-name>HstDispatcherServlet</servlet-name>
              <servlet-class&gt;org.hippoecm.hst.component.support.spring.mvc.HstDispatcherServlet</servlet-class&gt;
              <init-param>
                  <param-name>contextConfigLocation</param-name>
                  <param-value>/WEB-INF/applicationContext.xml</param-value>
              </init-param>
          </servlet>
      

      Regards,
      Arsdeep

      Attachments

        Activity

          People

            Unassigned Unassigned
            a.singh Arsdeep Singh (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: