[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] JSP/NullPointerException
- Subject: Re: [cobalt-developers] JSP/NullPointerException
- From: Charles Sabourdin <kaneda@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon Mar 25 18:43:00 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Le Samedi 23 Mars 2002 15:24, Matt Dyer a écrit :
> Hi -
>
> Just wondering if you ever got an answer to your
> JSP/NullPointerException issue? I'm experiencing the
> same problem with generated JSP Code using EAServer
> 3.5/3.6.
I don't know EAServer but you should have a trace that should help you to
track down where you try to use an object that you did not instanciate.
Anyway, to me, this is not a cobalt but a java probleme.