RE: Question - DynaActionForm and indexed property

2002-10-31 Thread Praful . Kapadia
tring() method). How do I cope with that? Thanks Praful -Original Message- From: Taylor, Jason [mailto:jtaylor@;cobaltgroup.com] Sent: 25 October 2002 18:21 To: 'Struts Users Mailing List' Subject: RE: Question - DynaActionForm and indexed property If it's an ArrayLi

RE: Question - DynaActionForm and indexed property

2002-10-25 Thread Taylor, Jason
If it's an ArrayList, you'd specify the type as "java.util.ArrayList" -Original Message- From: Andy Kriger [mailto:akriger@;greaterthanone.com] Sent: Friday, October 25, 2002 8:00 AM To: Struts Users Mailing List Subject: RE: Question - DynaActionForm and indexed prope

RE: Question - DynaActionForm and indexed property

2002-10-25 Thread Andy Kriger
does that type format of [] apply to Arrays and Lists? -Original Message- From: Taylor, Jason [mailto:jtaylor@;cobaltgroup.com] Sent: Friday, October 25, 2002 10:42 To: 'Struts Users Mailing List' Subject: RE: Question - DynaActionForm and indexed property hope you're u

RE: Question - DynaActionForm and indexed property

2002-10-25 Thread Taylor, Jason
Properties() or some homegrown conversion method, I believe. -JT -Original Message- From: Andy Kriger [mailto:akriger@;greaterthanone.com] Sent: Friday, October 25, 2002 7:15 AM To: Struts Users Mailing List Subject: Question - DynaActionForm and indexed property I am trying to setup a

Question - DynaActionForm and indexed property

2002-10-25 Thread Andy Kriger
I am trying to setup a DynaActionForm to use indexed and named properties. But I'm getting an error and, not knowing BeanUtils very well, I'm wondering if someone can guide me in what I need to do to make this work. In my form... In my struts-config.xml... CreditCard has get/set methods

Question - DynaActionForm and indexed property

2002-10-23 Thread Andy Kriger
I am trying to setup a DynaActionForm to use indexed and named properties. But I'm getting an error and, not knowing BeanUtils very well, I'm wondering if someone can guide me in what I need to do to make this work. In my form... In my struts-config.xml... CreditCard has get/set methods