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()

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 t

Re: Problem with Dynamic text boxes

2004-06-01 Thread sean jones
tcs.com> writes: > > > 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 va

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 Ac