Hello Everyone:
My problem is that when i run my Example.jsp, it doesn´t
recognizes the tag library within it. I´m using Tomcat 3.1
This is the Jsp portion where the error is:
----------------------------------------------------------------------------
-----
<%@ taglib uri="rollo" prefix="csajsp" %>
----------------------------------------------------------------------------
-----
my web.xml (the one in the local WEB-INF directory)look like this:
----------------------------------------------------------------------------
-----
<taglib>
<taglib-uri>
rollo
</taglib-uri>
<taglib-location>
/WEB-INF/lib/csajsp-taglib.tld
</taglib-location>
</taglib>
----------------------------------------------------------------------------
-----
The tag library obviously is csajsp-taglib.tld, but i don´t know where
to put it, is in /WEB-INF/lib, or what am i missing.
There´s an example and i´ve done it how i see it is, but still get the error
below.
any ideas, cuz i´m desperated. Thanz in advance. Rafael.
The error is something like this, and happens when i run the Example.jsp:
----------------------------------------------------------------------------
-----
Error: 500
Location: /des/jsp/SimpleExample.jsp
Internal Servlet Error:
(Can´t open "rollo" tag
library, in english)
org.apache.jasper.JasperException: No se puede abrir la libreria de tags
rollo : Parse Error in the tag library descriptor: com.sun.xml.parser/V-036
web-app servlet
at
org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEve
ntListener.java:672)
at
org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingList
ener.java:116)
at
org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:215)
at org.apache.jasper.compiler.Parser.parse(Parser.java:1073)
at org.apache.jasper.compiler.Parser.parse(Parser.java:1038)
at org.apache.jasper.compiler.Parser.parse(Parser.java:1034)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:182)
at org.apache.jasper.runtime.JspServlet.loadJSP(JspServlet.java:413)
at
org.apache.jasper.runtime.JspServlet$JspServletWrapper.loadIfNecessary(JspSe
rvlet.java:149)
at
org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.ja
va:161)
at
org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:261)
at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:369)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:160)
at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338
)
at java.lang.Thread.run(Unknown Source)
----------------------------------------------------------------------------
-----
===========================================================================
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
Still Problems with tag libraries
Antillon Reyes Rafael Martin - EXT Tue, 30 Jan 2001 14:29:44 -0800
- Re: Still Problems with tag libraries Antillon Reyes Rafael Martin - EXT
- Re: Still Problems with tag librar... Hans Bergsten
