You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Kevin Jones <ke...@develop.com> on 2000/03/06 20:43:57 UTC

taglibs (again)

Somebody tell me I'm being stupid please!

If I have this <%@ taglib uri="/TestTags.jar" prefix="test" %> in a jsp page
the jar file is loaded and the tags work fine.

If I do this <%@ taglib uri="TestTags" prefix="test" %> and put the correct
entries in the web.xml file, if I expand the TestTags.jar file into
WEB-INF/classes then everything works, if I put TestTqags.jar into
WEB=INF/lib then I get a JasperException 'Unable to load class
com.develop.kevinj.taglib.SimpleTag'

I thought this had been fixed - I've tried this on Beta 1 and on the March
6th build (compiled on my PC),

Kevin Jones
www.develop.com