Hi
I had the following code for a
JSP page that will throw an artheimatic exception:
and the following code to handle that exception
But whenever i accesses the badPage.jsp file, instead of taking me to the errorPage.jsp it is showing a generic error message that "The page cannot be displayed". Can you tell me where is the problem.