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

For Freemarker we should not have to copy the hst-core.tld

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • None
    • 2.10.02
    • None
    • None

    Description

      Every project that wants to use the page composer needs the built in freemarker templates. Therefore, every project needs to add to the WEB-INF:

      A copy of the hst-core.tld

      and to the web.xml:

      <jsp-config>
      <!--
      This taglib definition is required if you want to use JSP taglibs
      in freemarker templates.
      -->
      <taglib>
      <taglib-uri>http://www.hippoecm.org/jsp/hst/core</taglib-uri>
      <taglib-location>/WEB-INF/hst-core.tld</taglib-location>
      </taglib>
      </jsp-config>

      This is undesirable.

      As we use the HstFreeMarkerServlet, we might be able to fix it in there if it is not possible to for example load the <taglib-location> from a classpath location

      Attachments

        Activity

          People

            wko Woonsan Ko (Inactive)
            aschrijvers Ard Schrijvers
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: