posted 15 years ago
HI,
I was trying out a simple example of isErrorPage and errorPage ...follwing is the code
TestJSP1.jsp
ErrorHandler.jsp
When i execute TestJSP1.jsp for the first time ,it seems as if the exception is not thrown and Hello World is printed...then when i refresh the same page, exception is thrown and 'Sorry there was an error.Please try again!!!' is printed...Why didn't TestJSP1.jsp throw an exception when executed for the first time itself?
cheers,
Poonam.