IMO, no.

That should be done in the action as needed. The reasoning for that is
that if you want to reuse the action form for multiple actions (like
with a DispatchAction), no matter what you do, you are rebuilding the
lists which will lead to performance degradation.

If you are using the action in a one-to-one relationship with a page
on the other hand, it is probably OK, but as Jeff noted, probably not
the best way. I mean think about it...what are you resetting? :-)

Larry


On Fri, 25 Feb 2005 15:07:36 -0500, Evan Cooney <[EMAIL PROTECTED]> wrote:
> I am using the reset method in my actionForm classes to get collections of
> beans, and then putting them in the request. The JSPs then pull those beans
> out to dynamically populate HTML select lists.   It works fine, but I'm
> wondering if this is the appropriate way to do such a thing?
> 
> Thanks,
> 
> evan
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to