Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
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