Tagged Questions
6
votes
2answers
6k views
How can I debug a JSP?
I'm trying to edit a JSP for a project and I'm getting a NullPointerException somewhere in the JSP when it's requested from my server.
My web server (JBoss) is reporting the exception, but it's ...