Hi!

Richard Brooks/JHC wrote:
>
> Thanks, that's what I was thinking of.
>
> Unfortunately the error page has the referrer taken from the referrer of
> the original page.  In my case, the referrer is the navigation frame
> containing the link that brought up the page that caused the error.
>
> So, I'm still left with the original problem of trying to log which page
> generated the error from the JSP ErrorPage.
>
> Any ideas ?
>
> Richard

Well, use a session-scope bean with an address of the original page
stored in. So, you can read it in the error page.

--
Regards,
Sergey Vorobiev

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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

Reply via email to