Re: why can't I access implicit object properties in EL

2003-06-09 Thread David N. Foote
estScope are JSTL implicit > variables that store object attributes, such as session attributes. > > I would get ahold of the JSTL specification and just leaf through the > implicit objects to review what they represent. > > Bruce > > > On Monday, June 9, 2003, at 01:50

Re: why can't I access implicit object properties in EL

2003-06-08 Thread David N. Foote
ties in EL > try > > and similarly requestScope.something > > > On Sun, 2003-06-08 at 23:41, David N. Foote wrote: > > I would expect to produce the same output as > > <% out.write(session.getId()); %>. > > But there is no output from the former. Can anyone expla

why can't I access implicit object properties in EL

2003-06-08 Thread David N. Foote
I would expect to produce the same output as <% out.write(session.getId()); %>. But there is no output from the former. Can anyone explain this? The same thing applies to request.requestURL. David Foote - To unsubscribe, e-ma

why doesn't c:redirect work inside a file included with c:import?

2003-06-05 Thread David N. Foote
List, In the files attached, navigating to http://localhost:8080/app-name/first.jsp will result in the text below: Before redirect I am the first page. Does anyone know a way to make c:redirect from a file included with c:import effective? If not, does anyone know how to use JSTL to access qu