Hello all,
1. i have a jsp file which include A.jsp then B.jsp, each has
errorpage.jsp as its error page. however when i set condition so
A.jsp & B.jsp will fail, errorpage only display error from A. Is
there any way to display both of them?
2. I'm trying to get the page who trigger errorpage.jsp, i tried
using:
this error caused by:
<%= javax.servlet.http.HttpUtils.getRequestURL(request) %>
but instead of displaying
this error caused by: A.jsp
it always displays
this error caused by: http://localhost/makeerror/errorpage.jsp
(i.e. the jsp errorpage itself).
how to make it works? pleas help..
thanks for any suggestion..
--
Best regards,
dion mailto:[EMAIL PROTECTED]
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets