Re: Map-backed ActionForms PLEASE HELP!!!!

2005-11-09 Thread Laurie Harper
Your 'setThing' and 'getThing' methods have inconsistent signatures. They need to comply with the JavaBeans specification. In particular, they both need to deal in the same value types -- so either change the type of the 'value' parameter to Object in setThing, or change the return type of getT

RE: Map-backed ActionForms PLEASE HELP!!!!

2005-11-09 Thread Neil Mendoza
Yes they are all in the same package. Thanks in advance... N. -Original Message- From: Michael Jouravlev [mailto:[EMAIL PROTECTED] Sent: Wed 11/9/2005 7:12 PM To: Struts Users Mailing List Subject: Re: Map-backed ActionForms PLEASE HELP >From what you posted it is not obvious t

Re: Map-backed ActionForms PLEASE HELP!!!!

2005-11-09 Thread Michael Jouravlev
>From what you posted it is not obvious that your ActionForm belongs to com.prytaniagroup.www package. Does it? Michael. On 11/9/05, Neil Mendoza <[EMAIL PROTECTED]> wrote: > OK, I'm climbing up the walls trying to make Struts populate a map-backed > action form. This should be a simple task bu

Map-backed ActionForms PLEASE HELP!!!!

2005-11-09 Thread Neil Mendoza
OK, I'm climbing up the walls trying to make Struts populate a map-backed action form. This should be a simple task but I cannot get it to f*&king work and it is driving me insane... The reset method is called before the form is first displayed and the resulting jsp is populated with the value