Re: Question on the ActionForm design for dynamic data?

2001-06-08 Thread Ellen Lockhart
0, 2001 5:11 AM Subject: Re: Question on the ActionForm design for dynamic data? (1) Have a Vector / Collection of contributors (ie. getContributors()) belonging to your form.  Inside that function, check to see if you need more rows by using code similar to the following:     

Re: Question on the ActionForm design for dynamic data?

2001-05-30 Thread Jeff Trent
nt i = 0; %> <% i++; %> Not the prettiest, but it works. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 30, 2001 12:39 PM Subject: Re: Question on the ActionForm design

RE: Question on the ActionForm design for dynamic data?

2001-05-28 Thread Joyce Tang
really appreciate.   Joyce -Original Message-From: Joyce Tang [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 23, 2001 12:05 AMTo: [EMAIL PROTECTED]Subject: RE: Question on the ActionForm design for dynamic data? Why should not the reset() be used?  Isn't it called au

RE: Question on the ActionForm design for dynamic data?

2001-05-22 Thread Joyce Tang
6:12 AMTo: [EMAIL PROTECTED]Subject: Re: Question on the ActionForm design for dynamic data? (1) Have a Vector / Collection of contributors (ie. getContributors()) belonging to your form.  Inside that function, check to see if you need more rows by using code similar to the foll

Re: Question on the ActionForm design for dynamic data?

2001-05-22 Thread Jeff Trent
Title: RE: Question on the ActionForm design for dynamic data? Yes & Yes.  While the form will be automatically populated, you will, however, need to write your own validation for the form & collection(s). - Original Message - From: Joyce Tang To: 'Jeff Trent

Re: Question on the ActionForm design for dynamic data?

2001-05-20 Thread Jeff Trent
Title: Question on the ActionForm design for dynamic data? (1) Have a Vector / Collection of contributors (ie. getContributors()) belonging to your form.  Inside that function, check to see if you need more rows by using code similar to the following:       public Vector getCustomerContacts()