I am developing a custom taglib and added:

<taglib>
    <taglib-uri>/myproject</taglib-uri>
    <taglib-location>/WEB-INF/tlds/xyzTags.tld</taglib-location>
</taglib>

to the web.xml file. I am getting the following error:


Error: 500
Location: /myproject/jsp/MyJsp.jsp
Internal Servlet Error:

org.apache.jasper.JasperException: Unable to open taglibrary /xyz: Parse
Error in the tag library descriptor: Element "web-app" does not allow
"context-param" here.

etc.

Any clues?

===========================================================================
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