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
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
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
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
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
5 matches
Mail list logo