Re: Question on the ActionForm design for dynamic data?

2001-06-08 Thread Ellen Lockhart
Title: Question on the ActionForm design for dynamic data? I have scoured this list unsuccessfully for an answer, and this email seemed the best starting point so I am responding to it with the question I have: Fromwhat I can tell, this only explains how to iterate over a collection

Re[2]: Question on the ActionForm design for dynamic data?

2001-06-08 Thread Oleg V Alexeev
, June 08, 2001, 9:39:18 PM, you wrote: EL Question on the ActionForm design for dynamic data?I have scoured this list unsuccessfully for an answer, and this email seemed the best starting point so I am responding to it with the question EL I have: From what I can tell, this only explains how

Re: Question on the ActionForm design for dynamic data?

2001-05-30 Thread Jeff Trent
=%= com.domain.app.CustomerContact.MAXLEN_CONTACTEMAIL %/td /tr % i++; % /logic:iterate 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 for dynamic data

RE: Question on the ActionForm design for dynamic data?

2001-05-28 Thread Joyce Tang
Title: Question on the ActionForm design for dynamic data? I have been strugglingwith this problem for a while. I used the way Jeff recommended and made the application working, however, because I am not using the struts taglib displaying the collection data, there is no sense to put

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 ' Sent

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