Re: ActionForm with List of beans question

2005-07-26 Thread Rick Reumann
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

ActionForm with List of beans question

2005-07-26 Thread Shekhar Jain
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. Although the reset() method has the request object getting passed in as a parameter it appears to be empty. Is there any reason it is there? If I have a hidden fie