Shekhar Jain wrote the following on 7/26/2005 1:19 PM:
I have an ActionForm with a List of beans with a variable size. In my
reset() method I'm trying to resize the List to the size I need.

You really shouldn't have to do this. It's much easier to just wrap your list in a LazyList. More info 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