>From: "Kenneth Chiu" <[EMAIL PROTECTED]>
>
> Hi,
>
> I am trying to use the clay plugin but am getting the following error:
>
> SEVERE: Servlet.service() for servlet jsp threw exception
> org.apache.jasper.JasperException: The absolute uri:
> http://struts.apache.org/sh
> ale/clay-plugin cannot be resolved in either web.xml or the jar files
> deployed w
> ith this application
> at org.apache.jasper.compiler.DefaultErrorHandler.jspError
> (DefaultErrorH
> andler.java:50)
> at org.apache.jasper.compiler.ErrorDispatcher.dispatch(
> ErrorDispatcher.j
> ava:407)
> at org.apache.jasper.compiler.ErrorDispatcher.jspError(
> ErrorDispatcher.j
> ava:114)
> at org.apache.jasper.compiler.TagLibraryInfoImpl.generateTLDLocation
> (Tag
> LibraryInfoImpl.java:316)
> at org.apache.jasper.compiler.TagLibraryInfoImpl
> .(TagLibraryInfoIm
> pl.java:147)
> at org.apache.jasper.compiler.Parser.parseTaglibDirective(
> Parser.java:42
>
>
> It's from the following code:
>
><%@ taglib prefix="sh" uri="http://struts.apache.org/shale/clay-plugin" %>
>
>
>
> Can someone help?
>
Is this a problem with the latest nightly? I recently added a tag validator.
<validator>
<validator-class>
org.apache.shale.clay.taglib.ClayTagValidator
</validator-class>
</validator>
> Thanks,
>
> Ken
Gary