Ok, how do I g about determining what is causing a NullPointerException in my jsp page? The page contains a form that gets submitted, but I can't figure out how to determine what bombs out. I setup an error page, but that's not real helpful.
Here's the top of the stack trace:
java.lang.NullPointerException at pagecompile.jsp._godev._maint._maint__series._jspService(Compiled Code)
Stumped. :-(
Here's the top of the stack trace:
java.lang.NullPointerException at pagecompile.jsp._godev._maint._maint__series._jspService(Compiled Code)
Stumped. :-(