RE: PageContext is always null with taglibs

2002-09-12 Thread Byrne Reese
JSP layer in anyway. I also tried reverting to an older servlet.jar class - but still, no luck. Perhaps there is some configuration parameter in Tomcat I am missing? Jeeesh, who knows? > > -Original Message- > > From: Byrne Reese [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, Se

PageContext is always null with taglibs

2002-09-12 Thread Byrne Reese
I am trying to write a custom taglib that extends the TagSupport class. At one point my implementation worked, but when upgrading to Tomcat 4.0.4, I keep getting a NullPointerException because the protected variable pageContext is null. Any clues? Is tomcat's servlet implementation no longer se