Reset Method in ActionForm

2005-02-25 Thread Evan Cooney
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, eva

Reset Method in ActionForm

2005-02-25 Thread Evan Cooney
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, eva