Re: taglibs uri problem

2003-11-05 Thread Karr, David
It looks like your URI is probably incorrect. One way to make sure is to open up your taglib ".tld" file and check the value of the "uri" element. That is the value you need to use there. What version of Tomcat are you using? The approximately current versions are "4.1.x" and "5.0.x". I sincer

taglibs uri problem

2003-11-04 Thread vtr
Hi i have to use the sendmail taglib I have kept the tld file in /WEB-INF/tlds and the jar in /WEB-INF/lib and also made and entry in the web.xml now if i use the <%@ taglib uri="www.servletsuite.com/servlet/sendmail" prefix="send" %> it does not work but if if use <%@ taglib uri="/WEB-INF/tlds/s