Re: Dynamically sized form using dynavalidator

2004-05-27 Thread Rick Reumann
Jim Kennedy wrote: I figured this one out. Man, what a landmine. BTW, good suggestions from all of you. Here's what I did: In my struts config I named the form property "cart". See below type="org.apache.struts.validator.DynaValidatorForm"> type="com.je.common.ShoppingCartItem[]"/>

RE: Dynamically sized form using dynavalidator

2004-05-27 Thread Jim Kennedy
gt; changed values would be saved back to whatever (array, collection >> list...) >> >> >> >> >> -Original Message- >> From: Jim Kennedy [mailto:[EMAIL PROTECTED] Sent: Wednesday, >> May 26, 2004 6:52 PM >> To: 'Struts Users Mailing

Re: Dynamically sized form using dynavalidator

2004-05-26 Thread Rick Reumann
ged values would be saved back to whatever (array, collection list...) -Original Message- From: Jim Kennedy [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 6:52 PM To: 'Struts Users Mailing List' Subject: Dynamically sized form using dynavalidator I have defined a form th

Re: Dynamically sized form using dynavalidator

2004-05-26 Thread Rick Reumann
al Message- From: Jim Kennedy [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 6:52 PM To: 'Struts Users Mailing List' Subject: Dynamically sized form using dynavalidator I have defined a form that will grow dynamically at runtime. The problem I'm having is that the val

RE: Dynamically sized form using dynavalidator

2004-05-26 Thread Jim Kennedy
...) -Original Message- From: Jim Kennedy [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 6:52 PM To: 'Struts Users Mailing List' Subject: Dynamically sized form using dynavalidator I have defined a form that will grow dynamically at runtime. The problem I'm having is that the

Dynamically sized form using dynavalidator

2004-05-26 Thread Jim Kennedy
I have defined a form that will grow dynamically at runtime. The problem I'm having is that the values entered in the form do not save. The form pre-populated just fine. I have an action that delivers the form and another action that processes the form. Here's the strutsconfig: