Re: html:base and Tiles

2005-10-28 Thread Laurie Harper
Craig McClanahan wrote: Ah ... there might be a timing issue here, depending on when you ask the question. If you ask this question inside an Action.execute() method, the original URI is available via request.getRequestURI() ... doing a RequestDispatcher.include() call does not change those path

Re: html:base and Tiles

2005-10-28 Thread Craig McClanahan
On 10/28/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > > Craig McClanahan wrote: > > On 10/27/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > > > >>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 > >>inclu

Re: html:base and Tiles

2005-10-28 Thread Laurie Harper
Craig McClanahan wrote: On 10/27/05, Laurie Harper <[EMAIL PROTECTED]> wrote: 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.r

Re: html:base and Tiles

2005-10-27 Thread Craig McClanahan
On 10/27/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > > 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.requestU

html:base and Tiles

2005-10-27 Thread Laurie Harper
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 inc