On 9/28/05, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> From: "Troy Bull" <[EMAIL PROTECTED]>
<snip/>
> >    <c:out value="${session.variable}"/>
> >     <%= session.getAttribute("variable") %>
> >
> > So the c:out tag isn't working, any ideas why that would be?
>
> Try just:
>   <c:out value="${variable}"/>
>
> It will check page, request, session, and application scope looking for the
> object under that key.
<snap/>

Though purists will insist on looking in sessionScope. I'd agree with
them on this one.

-Rahul

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

Reply via email to