I am trying to get a Simple Tag to work Currently here is what I have:
WEB-INF\SimpleTag.tld
WEB-INF\web.xml
WEB-INF\lib\taglib.jar
Source of SimpleTag.class
tagtest.jsp
I have tried to make this as simple as possible. Most of this was copied from the Sun custom tag lib tutorials but I just can't get it to work. The error that I get from
Tomcat 4.1.18 is:
Much help is appreciated,
thanks,
--chad