tag lib problem

2000-10-19 Thread Justin Allen
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

Tag Lib Problem

2003-03-04 Thread Peter Dolukhanov
Dear All, I am having a very bizarre problem to do with Tag Libraries. I am currently designing a set of libraries to perform Simple database connections and operations. As a result, I need a "ifNotNull" tag, which takes a column attribute and only allows the nested contents to be parsed if the cu

Re: Tag Lib Problem

2003-03-04 Thread Karr, David
I would try returning EVAL_BODY_INCLUDE from "doStartTag()". > -Original Message- > From: Peter Dolukhanov [mailto:[EMAIL PROTECTED] > > I am having a very bizarre problem to do with Tag Libraries. I am > currently designing a set of libraries to perform > Simple database connections and

Re: Tag Lib Problem

2003-03-04 Thread Bryan LaPlante
){ throw new JspException("A problem was encounterd writing the body content : " + e.toString()); } - Original Message - From: "Peter Dolukhanov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 11:44 AM Subject: Tag Lib Problem &g