Re: Array of a java bean and Dynamic Form Beans

2006-01-17 Thread Rick Reumann
Néstor Boscán wrote: 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? Right.. as I said you can use Request scope just fine. You just have to make sure in the reset method to either use a L

RE: Array of a java bean and Dynamic Form Beans

2006-01-17 Thread Néstor Boscán
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

Re: Array of a java bean and Dynamic Form Beans

2006-01-17 Thread Rick Reumann
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 m