Re: Size of a collection in a bean

2005-06-02 Thread Rodolfo García Esteban/CYII
Rodolfo ___ Este mensaje y cualquier fichero que pudiera adjuntar se dirige exclusivamente a su destinatario. Si Vd. ha recibido esta comunicación por error, por favor, notifíquelo inmediatamente al remitente y borre el mensaje junto con sus fiche

Re: Size of a collection in a bean

2005-06-02 Thread JM Tinghir
2005/6/2, Janek Ziniewicz <[EMAIL PROTECTED]>: > <% >Vector foo; >request.setAttribute("bar", foo); > %> > > > Is there any simple method to write size of a collection stored in a bean? Try Jean-Marie Tinghir - To un

Re: Size of a collection in a bean

2005-06-02 Thread DGraham
Yes. -Dennis Janek Ziniewicz <[EMAIL PROTECTED]> 06/02/2005 10:10 AM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Size of a collection in a bean <% Vector foo; request.setAttribute("bar", foo); %> Is there any simple method to write