How to handle 404 and 500 error
638892Jun 19 2009 — edited Jun 30 2009Hi,
I am working with jdev 11g.
I want to handle 404 and 500 error pages.
in web.xml i added the following
<error-page>
<error-code>404</error-code>
<location>/common/error404.jspx</location>
</error-page>
but if I forced call on a non existing page i always have the IE default error page 404 page not found.
Kindly advice how can I handle these types of error.
Emile BITAR