Re: Accessing Cookie information

2005-07-15 Thread Richard Reyes
thanks On 7/15/05, ichy <[EMAIL PROTECTED]> wrote: > Hi, Rechard. > > 2005/7/15, Richard Reyes [EMAIL PROTECTED]: > > > > > The value of > > > > <%= pageContext.getAttribute("username") %> > > > > is > > > > [EMAIL PROTECTED] > > the value seems like a result of Object#toString(). > so, at l

Re: Accessing Cookie information

2005-07-14 Thread ichy
Hi, Rechard. 2005/7/15, Richard Reyes [EMAIL PROTECTED]: > > The value of > > <%= pageContext.getAttribute("username") %> > > is > > [EMAIL PROTECTED] the value seems like a result of Object#toString(). so, at least you can access methods of Cookie class like <%= ((javax.servlet.http.C

Re: Accessing Cookie information

2005-07-14 Thread Richard Reyes
Hi Wendy, Sorry I wasn't able to attend to this earlier. The value of <%= pageContext.getAttribute("username") %> is [EMAIL PROTECTED] What do you think I should do? Thanks Richard On 7/7/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Richard Reyes" <[EMAIL PROTECTED]> > > I have th

Re: Accessing Cookie information

2005-07-07 Thread Wendy Smoak
From: "Richard Reyes" <[EMAIL PROTECTED]> > I have this code... > > down the line i need to access the bean and set it to an input field. > > > previously i was using EL but the webapp was deployed in an older > version of tomcat where EL is not working . What version are you on now? I assume y