--- 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.



 
____________________________________________________________________________________
It's here! Your new message!  
Get new email alerts with the free Yahoo! Toolbar.
http://tools.search.yahoo.com/toolbar/features/mail/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to