> Does the request attribute
> javax.servlet.error.request_uri suit your needs ?
> (from the servlet spec, SRV.9.9.1)
Actually returns null. I'm using Tomcat 3; Could that
be the reason?
Here's my snippet:
<%@ page isErrorPage="true"%>
<%
System.out.println(request.getAttribute("javax.servlet.error.request_uri"));
%>
__________________________________
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]