Re: [S2] ArrayList always NULL when posting data in a form

2007-03-07 Thread cisco
I found the solution. My form is working now.. I can submit an Array of objects without any problems. Thanks to all.. Cisco Aram Mkhitaryan wrote: > > what actually does submit your form??? > > I don't understand what "it does". > > could you please send more details about this problem,

Re: [S2] ArrayList always NULL when posting data in a form

2007-03-06 Thread Aram Mkhitaryan
what actually does submit your form??? I don't understand what "it does". could you please send more details about this problem, I'm really interested! Thank you in advance, Aram Aram Mkhitaryan 52, 25 Lvovyan, Yerevan 375000, Armenia Mobile: +374 91 518456 E-

Re: [S2] ArrayList always NULL when posting data in a form

2007-03-06 Thread cisco
It does, thanks.. Do I need to create a setter and a getter that take an object and an index as well ? thanks Eider Iturbe-2 wrote: > > Hi again, > > yes, you can define it like this: > > java.util.Collection col = new java.util.ArrayList(); > > I hope it helps you, > > Eider > > > On

Re: [S2] ArrayList always NULL when posting data in a form

2007-03-06 Thread Eider Iturbe
Hi again, yes, you can define it like this: java.util.Collection col = new java.util.ArrayList(); I hope it helps you, Eider On 06/03/07, cisco <[EMAIL PROTECTED]> wrote: So how would you define the collection ? Can you provide a snipet of code. Thanks

Re: [S2] ArrayList always NULL when posting data in a form

2007-03-06 Thread cisco
So how would you define the collection ? Can you provide a snipet of code. Thanks Eider Iturbe-2 wrote: > > Hello, > > you can not define the ArrayList like you did it. You have to define like > this: > > > The collection to be iterated over MUST conform to one of the following > requirem