You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Evan Cooney <ev...@yahoo.com> on 2005/02/25 21:07:36 UTC

Reset Method in ActionForm

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