When an exception is thrown from an Action the standard servlet error page mechanism is used to display the problem to the user.  When an exception occurs in either my Action or on the jsp page I want to make sure that the user is shown the *same* error page.  How is this normally handled?
 
John.

Reply via email to