I'm trying to use xtag, but my pages won't compile.  (There doesn't seem to
be anyone listening to the taglib mailing list so here I am).  If you are
experienced using tag librearies, please read of my situation to see whether
there is an obvious mistake I am making:

 * web.xml in WEB-INF has its taglib entry.

 * the xtag.tld is in WEB-INF and xtag.jar is in WEB-INF/lib.

        The page will load with the <%@ taglib.. directive and no xtags in the body
(no suprise), but when I call a tag (<xtags:parse>), I get:

org.apache.jasper.compiler.CompileException:
/usr/local/jakarta-tomcat-3.2.2/webapps/examples/init_onlyImports.jsp(4,0)
Unable to load class org.apache.taglibs.xtags.tags.ParseTag.

        This is the case for any of the xtag tags. I tried the datetime taglib too
and got the same error.  I get the error regardless of where I put the .jar
file.  I hope the problem is obvious to someone.  Thanks......

Reply via email to