JSP error page
843835May 25 2002 — edited May 29 2002I have a main jsp page which includes other jsp pages using jsp include.
If any errors occur it is supposed to go to the error.jsp page.
My question is how comes when there is an error occurs in the include jsp page, the error.jsp page is displayed inside the main jsp page.
I would like the error.jsp page to replace the main jsp page when errors occur in any include jsp pages.
Any help is greatly appreciated.
Thanks in advance,
Rob