RE: Updating collection elements within a form

2004-09-28 Thread Chaikin, Yaakov Y.
enich Sent: Tuesday, September 28, 2004 2:24 PM To: [EMAIL PROTECTED] Subject: Re: Updating collection elements within a form MyForm extends ActionForm implements Collection .V Chaikin, Yaakov Y. wrote: > Hi, > > I have a form that has a collection of VOs. I am outputting th

Re: Updating collection elements within a form

2004-09-28 Thread Vic Cekvenich
MyForm extends ActionForm implements Collection .V Chaikin, Yaakov Y. wrote: Hi, I have a form that has a collection of VOs. I am outputting those VOs using the logic:iterate. Each VO has a number of elements in them. All this is happening within an html:form. User is supposed to be able to upda

Updating collection elements within a form

2004-09-28 Thread Chaikin, Yaakov Y.
Hi, I have a form that has a collection of VOs. I am outputting those VOs using the logic:iterate. Each VO has a number of elements in them. All this is happening within an html:form. User is supposed to be able to update different things on that form. It is also a requirement that the user be a