Maybe something else is wrong, e.g. the session scope variable is not
being set or you have a dodgy config.

Are you able to do a simple <c:set var="test" value="Guinness" /> and
output with a <c:out value="${test}" /> ?

On Mon, 2003-06-09 at 00:08, David N. Foote wrote:
> I gave that a try, but no dice.
> 
> ----- Original Message ----- 
> From: "Jon Archer" <[EMAIL PROTECTED]>
> To: "Tag Libraries Users List" <[EMAIL PROTECTED]>
> Sent: Sunday, June 08, 2003 10:50 PM
> Subject: Re: why can't I access implicit object properties in EL
> 
> 
> > try <c:out value="${sessionScope.id}" />
> >
> > and similarly requestScope.something
> >
> >



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

Reply via email to