Re: Using the request object and EL

2004-04-12 Thread QM
On Mon, Apr 12, 2004 at 07:14:19AM -0400, John Trollinger wrote: : : I have a jsp page that has the following code : [snip] : request as EL: ${request.contextPath} br/ : request using page context as EL: : ${pageContext.request.contextPath} br/ You're using JSTL EL, but you're not

RE: Using the request object and EL

2004-04-12 Thread John Trollinger
not directly john -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 9:44 AM To: Tomcat Users List Subject: Re: Using the request object and EL On Mon, Apr 12, 2004 at 07:14:19AM -0400, John Trollinger wrote: : : I have a jsp page that has the following code

Re: Using the request object and EL

2004-04-12 Thread QM
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

RE: Using the request object and EL

2004-04-12 Thread John Trollinger
Problem solved. I was mixing up 2 parts of the spec and therefor made the wrong assumption. Thanks, John -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 10:13 AM To: Tomcat Users List Subject: Re: Using the request object and EL On Mon, Apr 12