Like a lot of people, sometimes I'll see a JSP error out with an NPE... In
this case I have a JSP that pulls some stuff using request.getAttribute()
and displays the info...

I'm having a hell of a time finding the current culprit of my NPE... I've
tried pulling out sections of code and reloading... Still having trouble...
Tomcat4 seems to buffer slightly differently where with 3.x the NPE was
closer to the code that was just output?

Anyway, wondering if anyone has any insightful methods to track down NPEs in
JSPs...

Hunter

Reply via email to