Hi,

Can someone point me to a working tag library example?

I keep getting the following exception in Tomcat:

org.apache.jasper.JasperException: Unable to open taglibrary taglib.jar : no
protocol: taglib.jar
        at
org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEve
ntListener.java:672)
        at
org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingList
ener.java:116)
                 :

The jar file (WEB-INF/lib/taglib.jar) contains:
  taglib/customtag.class
  META-INF/taglib.tld

The jsp file has the following:
 <%@ taglib uri="taglib.jar" prefix="simple" %>
    :
    :
<simple:hello/>
    :
    :


Thanks,
  Bill H.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to