Hi all,
I have the following environment correctly set up:

Struts 1.1b2 on Tomcat 4.0.2 with jdk 1.4
and I'm usign tiles to manage the layout of the pages.

Now I have this problem: if I call 

(HttpServletRequest)pageContext.getRequest()).getRequestURI()

it returns the path to the jsp page (which is located somewhere under WEB-INF),
but what I really need is the URI that is displayed on the browser location bar.
Is there some way to access that information?

I suppose I could go around this by saving the URI in the request context while
executing the action, but this looks not very efficient to me.

Thank you in advance,
Umberto




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to