"DHarty" <[EMAIL PROTECTED]> wrote:

> Why does the servlet call the reset method of an action form even when
it's
> been put in the session scope?
>
> It doesn't do much good if my session bean is reset to null after every
> request!
>
> D

The reset method takes the request as a parameter. Make your reset
method smart enough to clear only properties, which should be
cleared. (like checkboxes displayed on the page which is beeing
submitted)

The same for validate.

--
gR

Reply via email to