How to get Details on NullPointerException in JSP?

Posted by Lye on Stack Overflow See other posts from Stack Overflow or by Lye
Published on 2010-04-16T23:05:41Z Indexed on 2010/04/16 23:13 UTC
Read the original article Hit count: 274

Filed under:
|
|

I am getting a null pointer exception in jsp and I want to find out what line has the null variable so i can fix it. Is there any simple way to do this? The printStackTrace didn't seem to give me any relevant information.

© Stack Overflow or respective owner

Related posts about jsp

Related posts about java