Re: How to create form rows dynamically

2005-06-29 Thread Nitesh
don't get the updated values... Nitesh - Original Message - From: "Ciaran Hanley" <[EMAIL PROTECTED]> To: "'Struts User Mailing List'" Cc: <[EMAIL PROTECTED]> Sent: Tuesday, June 28, 2005 7:23 PM Subject: Re: How to create form rows dynamic

Re: How to create form rows dynamically

2005-06-28 Thread Ciaran Hanley
). Would you know what might cause this? I am using a form which extends DynaActionForm so I can use the validation method. -Original Message- From: Nitesh [mailto:[EMAIL PROTECTED] Sent: 23 June 2005 10:50 To: Struts Users Mailing List Subject: Re: How to create form rows dynamically

Re: How to create form rows dynamically

2005-06-23 Thread Michael Jouravlev
On 6/23/05, Ciaran Hanley <[EMAIL PROTECTED]> wrote: > Can somebody help me or propose a solution to the following please. > > I wish to create a form dynamically. Depending on the business logic there > could be 0 to N rows in the form. ... > I also need to iterate over a bean containing informat

Re: How to create form rows dynamically

2005-06-23 Thread Stéphane Zuckerman
Ciaran Hanley a écrit : Can somebody help me or propose a solution to the following please. I wish to create a form dynamically. Depending on the business logic there could be 0 to N rows in the form. I tried to use a form with an array of strings and use the indexed="true" setting in the ht

Re: How to create form rows dynamically

2005-06-23 Thread Nitesh
Attaching the answer John had given me for indexed properties. Hope this would help... - Original Message - From: "Ciaran Hanley" <[EMAIL PROTECTED]> To: "'Struts User Mailing List'" Sent: Thursday, June 23, 2005 3:01 PM Subject: How to create form rows dynamically Can somebody hel

RE: How to create form rows dynamically

2005-06-23 Thread Abhinav Bhatnagar
I had the same question some time back and I used this : http://struts.apache.org/userGuide/building_controller.html refer section "4.3.2 Map-backed ActionForms" Regards, Abhinav -Original Message- From: Ciaran Hanley [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 3:02 PM To: