RE: can not get bean property, help!!

2003-10-03 Thread Michael Ruppin
The actionformbean has not been specified anywhere in this code snippet. Try adding before the where "foo" is the instance of the actionformbean you have instantiated. m --- "Karr, David" <[EMAIL PROTECTED]> wrote: > That's a different error. You always have to quote attribute values. > Sta

RE: can not get bean property, help!!

2003-10-02 Thread Karr, David
That's a different error. You always have to quote attribute values. Start with that, and focus on the other problem. Try restating your problem, showing exactly what you have and what error you're getting. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > th

RE: can not get bean property, help!!

2003-10-02 Thread Julie . Huang
To: Struts Users Mailing List <[EMAIL PROTECTED]> cc: Subject:RE: can not get bean property, help!! > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Hi, I have an attribute called "actionName" i

RE: can not get bean property, help!!

2003-10-02 Thread Karr, David
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Hi, I have an attribute called "actionName" in my actionformbean > and I set it properly in my action class before forward to my jsp > in the jsp I try to retrieve it like this: > > > ... > ... > > > it always