Re: Iterating over a List of JavaBean

2007-04-04 Thread Dave Newton
--- Marcello Savino wrote: > for (int i = 0; i < l.length; i++) { > ((ActionFormBase) form).lista.add(l); > } You may mean l[i] here. Tip o' the day: cast your form once, early; it's much easier to read. d.

RE: Iterating over a List of JavaBean

2007-04-04 Thread Raghupathy, Gurumoorthy
Remove the type="myBean" from your jsp and try Regards Guru --- Gurumoorthy Raghupathy Email : [EMAIL PROTECTED] Internal Extn : 2337 External Phone : 01483712337 Nielsen Book 3rd Floor Midas House 62 Goldswor

Re: Iterating over a List of JavaBean

2007-04-04 Thread Antonio Petrelli
2007/4/4, Marcello Savino <[EMAIL PROTECTED]>: for (int i=0;i It seems like a bug, you are putting the array in the list a lot of times :-) Antonio - To unsubscribe, e-mail: [EMAIL PROTE