hello all, I am having a problem using tag libs with my jsp's. I am
running apache 1.3 and tomcat on win32. when I try to view a jsp with a
taglib in it netscape gives me this error.


Error: 500
Location: /projsp/web/ch08/color_alphabet2.jsp
Internal Servlet Error:
java.lang.NullPointerException
at
org.apache.tomcat.core.ContextManager.handleError(ContextManager.java:736)

    at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:527)

        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
        at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:160)

        at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338)

        at java.lang.Thread.run(Unknown Source)


can anyone help me I think that I might have my tag library definitons
in the wrong spot but I'm not sure where to put them...

thanks in advance
justin

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