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]

Reply via email to