Hello,
I am trying to handle to the runtime exception in Wicket, by default in the
deployment mode it throws internal error.
I want to redirect it to my error.jsp on my WEB-INF folder.
this is what i am doing in my web.xml file
<error-page>
<exception-type>java.lang.Exception</exception-type>
<!-- Displays a stack trace -->
<location>/error.jsp</location>
</error-page>
Problem: I still the see the internal error page not the error.jsp page.
Thanks
Rama
--
View this message in context:
http://www.nabble.com/How-Runtime-Exception-Handling--tp14869906p14869906.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]