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 sincerely doubt you're using version 1.4. > -----Original Message----- > From: A mailing list about Java Server Pages specification > > 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/sendmail.tld" > prefix="send" %> the > taglib is working > this problem arises in one server only it works fine in others > can any one please guess where the problem might be... > > I am using TOMCAT 1.4 in the server where it is not working and > JO in the other. =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com