I think that the best sentence to explain when to use the reset method
comes from the JavaDoc:  "In practice, the only properties that need
to be reset are those which represent checkboxes on a session-scoped
form."  Based on that, I would say that your usage is an inconsistent
usage of the reset() method.

-- Jeff


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
> 
> 


-- 
Jeff Beal
Webmedx, Inc.
Pittsburgh, PA USA

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

Reply via email to