I am currently upgrading our web application from Webwork to Struts2. I run to problem with freemarker that I am unable to resolve.
In FTL file I have:
<#assign c=JspTaglibs["http://java.sun.com/jstl/core"]>
When rendering the page I get:
JspTaglibs["http://java.sun.com/jstl/core"] is undefined.
I use other taglibs (e.g. spring and struts), I have them defined in web.xml
and it works fine.
How can I make standard libraries work?