milindpatil
03-04-2009, 12:45 PM
Hi,
In my project i have a jsp which goes to error page jsp in case of exceptions or errors. Now if i try to get a null pointer exception (doing this - String test = null; int a = test.length() ) in the error page jsp i am getting a blank screen, instead of a null pointer exception or 500 servlet exception.
So flow should be like this:
main jsp (if error) -> error page jsp (if error) --> servlet exception
I am using resin as the webserver and have enabled jsp filtering.
Also i am not able to do the view source of the blank page.
Please help with as to why such a thing should happen in the first place. :confused:
Thanks
In my project i have a jsp which goes to error page jsp in case of exceptions or errors. Now if i try to get a null pointer exception (doing this - String test = null; int a = test.length() ) in the error page jsp i am getting a blank screen, instead of a null pointer exception or 500 servlet exception.
So flow should be like this:
main jsp (if error) -> error page jsp (if error) --> servlet exception
I am using resin as the webserver and have enabled jsp filtering.
Also i am not able to do the view source of the blank page.
Please help with as to why such a thing should happen in the first place. :confused:
Thanks