Re: Problem assiging elements in to list

2008-03-14 Thread Dave Newton
--- Cesar Arevalo <[EMAIL PROTECTED]> wrote: > when you say "All of this is done automatically by the framework" > do you mean if you populate from a form? Actually, let me re-answer that: yes, with caveats. For example, in the source provided the list isn't genericized, so without a type convers

Re: Problem assiging elements in to list

2008-03-14 Thread Dave Newton
--- Cesar Arevalo <[EMAIL PROTECTED]> wrote: > when you say "All of this is done automatically by the framework" > do you mean if you populate from a form? Yes. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: Problem assiging elements in to list

2008-03-14 Thread Cesar Arevalo
ers Mailing List Sent: Friday, March 14, 2008 10:27:19 AM Subject: Re: Problem assiging elements in to list --- Cesar Arevalo <[EMAIL PROTECTED]> wrote: > by the time you get to the for loop I don't see the list initialized, > unless you are doing this from your jsp I don't thin

Re: Problem assiging elements in to list

2008-03-14 Thread Dave Newton
--- Cesar Arevalo <[EMAIL PROTECTED]> wrote: > by the time you get to the for loop I don't see the list initialized, > unless you are doing this from your jsp I don't think it will work as how > you have it, a better way would be with a normal for like this : > > for (int index = 0; in

Re: Problem assiging elements in to list

2008-03-14 Thread Cesar Arevalo
m: Vamsi Gmail! <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Thursday, March 13, 2008 11:14:53 PM Subject: Problem assiging elements in to list Hi all, I have a requirement where I need to assign a Objects to a list. I tried the example given in showcase there is working

Problem assiging elements in to list

2008-03-13 Thread Vamsi Gmail!
Hi all, I have a requirement where I need to assign a Objects to a list. I tried the example given in showcase there is working (in the site). But It is not assigning to that list I am also attaching code for your refernce. ---Vamsi /* * $Id: PersonAction.java 471756 2006-11-06 15:01:4