Hi,

Has anyone installed the jsptl-jr taglib which is part of the jakarta Tag 
Lib.

I put this into my web.xml file:
        <taglib>
                <taglib-uri>http://java.sun.com/jsptl/ea/jr</taglib-uri>
                <taglib-location>/WEB-INF/tlds/jsptl-jr.tld</taglib-location>
        </taglib>

And the following into my jsp:
<%@ taglib uri="http://java.sun.com/jsptl/ea/jr"; prefix="jr" %>

The jsptl-jr.tdl file is in my WEB-INF/tdls directory
The jsptl.jar archive is in me WEB-INF/lib directory

When I try run the jsp, I get the following error message:

java.lang.RuntimeException: Error instantiating XML parser: Missing 
'tagclass' in tag definition
        at 
javax.servlet.jsp.tagext.TagLibraryInfo.<init>(TagLibraryInfo.java:42)
       at com.evermind[Orion/1.5.2 (build 
10460)].server.http.TagLibraryArchive.<init>(Unknown Source)
 at com.evermind[Orion/1.5.2 (build 
10460)].server.http.TagLibraryArchive._jj(Unknown Source)
    at com.evermind[Orion/1.5.2 (build 10460)]._jnb._cnc(Unknown Source)
    at com.evermind[Orion/1.5.2 (build 10460)]._ah._cnc(Unknown Source)
     at com.evermind[Orion/1.5.2 (build 10460)]._rj._xec(Unknown Source)
     at com.evermind[Orion/1.5.2 (build 10460)]._rj._bb(Unknown Source)
      at com.evermind[Orion/1.5.2 (build 
10460)].server.http.JSPPage._bb(Unknown Source)
      at com.evermind[Orion/1.5.2 (build 10460)]._ah._bfe(Unknown Source)
     at com.evermind[Orion/1.5.2 (build 10460)]._ah._rad(Unknown Source)
     at com.evermind[Orion/1.5.2 (build 
10460)].server.http.JSPServlet.service(Unknown Source)
       at com.evermind[Orion/1.5.2 (build 10460)]._cxb._abe(Unknown 
Source)
    at com.evermind[Orion/1.5.2 (build 10460)]._cxb._uec(Unknown Source)
    at com.evermind[Orion/1.5.2 (build 10460)]._io._twc(Unknown Source)
     at com.evermind[Orion/1.5.2 (build 10460)]._io._gc(Unknown Source)
      at com.evermind[Orion/1.5.2 (build 10460)]._if.run(Unknown Source)

Any Help would be appreciated

Joel

==========================================================================To 
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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