Re: Session Question

2005-09-28 Thread Rahul Akolkar
On 9/28/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Troy Bull" <[EMAIL PROTECTED]> > > > > <%= session.getAttribute("variable") %> > > > > So the c:out tag isn't working, any ideas why that would be? > > Try just: > > > It will check page, request, session, and application scope

Re: Session Question

2005-09-28 Thread Wendy Smoak
From: "Troy Bull" <[EMAIL PROTECTED]> I have an action that puts a string in to session named variable. Then returns success which loads a jsp page. On that page I have the following 2 lines. I thought it would print out the message 2 times but it does not it only prints it once. The second

Re: Session Question

2005-09-28 Thread Troy Bull
Thanks a ton. Sometimes I miss the dumbest stuff... Ronald Holshausen wrote: change it to On 28/09/05, Troy Bull <[EMAIL PROTECTED]> wrote: Hi all I have an action that puts a string in to session named variable. Then returns success which loads a jsp page. On that page I have the fol

Re: Session Question

2005-09-28 Thread Ronald Holshausen
change it to On 28/09/05, Troy Bull <[EMAIL PROTECTED]> wrote: > Hi all > > I have an action that puts a string in to session named variable. Then > returns success which loads a jsp page. On that page I have the > following 2 lines. I thought it would print out the message 2 times but > it do