On Fri, 18 Oct 2002, Karr, David wrote:

> This seems confusing, but I think the specification is reasonably
> clear on this.  I believe you need
> "${pageContext.request.contextPath}" instead.

Right.  There isn't any implicit 'request' object.  It's named
'requestScope' to emphasize that it's used to retrieve scoped attributes.
When you want to refer to the current page's HttpServletRequest instance
itself, you need to do so through ${pageContext}.

Shawn


--
To unsubscribe, e-mail:   <mailto:taglibs-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>

Reply via email to