On Mon, Apr 12, 2004 at 10:03:09AM -0400, John Trollinger wrote:
: But the ${pageContext.request.contextPath} prints fine its only the
: ${request.contextPath} that does not display

Fair cup -- I can't tell you what you've seen; I can only tell you what
(I thought) shouldn't work ;)

You're using one of the new JSP 2.0 "JSP file" tags, I take it?


: And if I do a <c:if ${empty request}> it returns true but a <c:if
: ${empty pageContext.request}> returns false.

What about the other info I gave you? Changing "request" to
"requestScope" w/in JSTL EL?

-QM


-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


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

Reply via email to