Re: Implicit objects in JSP pages

2002-04-15 Thread rob
I believe that's correct how are you using the 'request' reference? At 03:53 PM 4/12/2002 -0400, you wrote: According to what I've read, there should be a javax.servlet.http.HttpServletRequest instance by the name of request available to me in my JSP at compile time without my having to do

RE: Implicit objects in JSP pages

2002-04-15 Thread Brook Monroe
Subject: Re: Implicit objects in JSP pages I believe that's correct how are you using the 'request' reference? At 03:53 PM 4/12/2002 -0400, you wrote: According to what I've read, there should be a javax.servlet.http.HttpServletRequest instance by the name of request available to me in my JSP

Implicit objects in JSP pages

2002-04-12 Thread Brook Monroe
According to what I've read, there should be a javax.servlet.http.HttpServletRequest instance by the name of request available to me in my JSP at compile time without my having to do something special to obtain it, yet Jasper is insisting that no such object is available. Have I skipped a step