Hi Rory,

Rory Douglas schrieb:
> 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?

The JSTL is not included in the scripting/jsp project and must be
deployed separately.

But it would probably make sense to include it with out
scripting/jsp-taglib bundle.

WDYT ?

Regards
Felix

Reply via email to