I feel like I should know the answer to this one but I seem to be stumped... How do I get the actual request URI (or URL) in a JSP that's included via Tiles?

Both ${pageContext.request.requestURI} and ${pageContext.request.requestURL} are pointing to the Tiles layout JSP, whether or not I include an <html:base/> tag in the <head> section in the layout.

To be exact, what I actually need is the full context-relative request path -- and I'm using URL prefix mapping, so for example the URL I browse to would be http://host/bin/some/path and the bit I need is '/some/path'.

Thanks,

L.


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

Reply via email to