Hi Rick Thanks for the quick answer.
The problem is that I have to minimize the use of object in session scope to minimize session replication. Is there any way to do this in request scope? Regards, Néstor Boscán -----Mensaje original----- De: Rick Reumann [mailto:[EMAIL PROTECTED] Enviado el: Tuesday, January 17, 2006 10:16 PM Para: Struts Users Mailing List Asunto: Re: Array of a java bean and Dynamic Form Beans Néstor Boscán wrote: > In the projects I'm working on we use a lot of Dynamic Form Beans with > Arrays of Java Beans. I read that the only way to make this work is to > declare the form bean with session scope. You can get this to work without using Session scope. You just need to use your reset method in your ActionForm to wrap your collections in a LazyList. There are examples here: http://wiki.apache.org/struts/StrutsCatalogLazyList -- Rick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]