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 nested:nest property=foo before the nested:write 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

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: form action=nested:write

RE: can not get bean property, help!!

2003-10-02 Thread Julie . Huang
[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 in my actionformbean and I set it properly in my action class before forward to my

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] thank