i need to configure struts to display user a errpage.jsp, when runtime exception CustomException occur anywhere in the application. i've added to struts-config:
<global-exceptions>
<exception key="exception.Exception"
type="somepackage.CustomException"
path="/ErrorPage.jsp"/>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.