I feel I'm missing something really simple here - how do I use the JSTL core taglib with JSP scripts in Sling? Other posters to this list appear to be using it succesfully, but whenever I add

<%...@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %>

to my JSPs they fail with: "The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application (500)". This is using the default launchpad/webapp project with embedded Jetty.

The scripting/jsp project includes tag plugins for all the JSTL core library tags - do I still need to add jstl.jar/standard.jar to the webapp dependencies?

Regards,
Rory

Reply via email to