Problem with Dynamic text boxes

2004-06-01 Thread biswajit . basak
hi i have to display a screen in which the no of rows are dynamic. in each row there are 2 text boxes where user can enter values. after entering the values in the text boxes user press 'SAVE' button . in the Action form i have to validate the values in the validate() method . also in the Action

Re: Problem with Dynamic text boxes

2004-06-01 Thread sean jones
biswajit.basak at tcs.com writes: hii have to display a screen in which the no of rows are dynamic. in each row there are 2 text boxes where user can enter values.after entering the values in the text boxes user press 'SAVE' button . in the Action form i have to validate the values in

Re: Problem with Dynamic text boxes

2004-06-01 Thread David Erickson
You might also want to use indexed properties. Look into the indexed=true flag on the html taglibs. -David - Original Message - From: sean jones [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 8:29 AM Subject: Re: Problem with Dynamic text boxes biswajit.basak

Re: Problem with Dynamic text boxes

2004-06-01 Thread Rick Reumann
[EMAIL PROTECTED] wrote: i have to display a screen in which the no of rows are dynamic. in each row there are 2 text boxes where user can enter values. after entering the values in the text boxes user press 'SAVE' button . in the Action form i have to validate the values in the validate()