Hello,
I'm trying to use the error handling mechanism described in 
http://java.sun.com/developer/EJTechTips/2003/tt0114.html.
When an exception in thrown in JSP1 it is indeed redirected to JSP2. in JSP2 
I've put "System.out.println(exception.getMessage());" and sure enough the 
exception's message is printed. But what I get as a response to the browser is 
"HTTP 500". 
Can anyone please help me with this?
Thanks,
Zohar.

Reply via email to