王曾wang_zeng wrote:
The reason is that the form bean is configed to be saved in session scope,
and the reset() method is not called when the form is submitted.
Rizwan,
Meaning... you need to override the ActionForm reset method and set any
of your ActionForm booleans to false. Then you'll be all set. (Remember
in http, only true checkboxes values are sent with the Request so if
your backing ActionForm has session scope and some were already true,
there is nothing to set it to false - which is why you need the reset
method for session-scoped form beans and boolean values.
--
Rick
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]