posted 17 years ago
Hi,
Is it possible to have two <error-page> declarations in the DD for the same error-code or exception-type?
For example, if you have the following:
<error-page>
<error-code>404</error-code>
<location>/pages/error_page_1.jsp</location>
</error-page>
<error-page>
<error-code>404</error-code>
<location>/pages/error_page_2.jsp</location>
</error-page>
... which error page is displayed?