Re: PageContext is always null with taglibs

2002-09-12 Thread Jungho Kim
that pageContext is being set. - Original Message - From: "Byrne Reese" <[EMAIL PROTECTED]> To: "Tag Libraries Users List" <[EMAIL PROTECTED]> Sent: Thursday, September 12, 2002 7:59 PM Subject: RE: PageContext is always null with taglibs > On Thu

RE: PageContext is always null with taglibs

2002-09-12 Thread Craig Longman
On Thu, 2002-09-12 at 19:59, Byrne Reese wrote: > I just seems odd since at one point it was working... but that was a > while ago, and I am kicking myself because I am not sure what on my > system changed other than Tomcat... well I did upgrade Axis Beta 3 to > RC1, but I can't see how that could

RE: PageContext is always null with taglibs

2002-09-12 Thread Craig Longman
On Thu, 2002-09-12 at 19:59, Byrne Reese wrote: > So I actually only enclosed a code snippet... I did several variations > while unit testing - and even tried to implement a simple HelloWorld > TagSupport class... but with no luck. :( one other thing that might cause this, is if you override the

RE: PageContext is always null with taglibs

2002-09-12 Thread Martin Cooper
From: Byrne Reese [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 5:00 PM > To: Tag Libraries Users List > Subject: RE: PageContext is always null with taglibs > > > On Thu, 2002-09-12 at 16:45, Martin Cooper wrote: > > Are you absolutely certain that p

RE: PageContext is always null with taglibs

2002-09-12 Thread Byrne Reese
ptember 12, 2002 4:00 AM > > To: [EMAIL PROTECTED] > > Subject: PageContext is always null with taglibs > > > > > > I am trying to write a custom taglib that extends the > > TagSupport class. > > > > At one point my implementation worked, but when

RE: PageContext is always null with taglibs

2002-09-12 Thread Martin Cooper
somewhere in your own tag code. -- Martin Cooper > -Original Message- > From: Byrne Reese [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 4:00 AM > To: [EMAIL PROTECTED] > Subject: PageContext is always null with taglibs > > > I am trying to write a c

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