JeanX wrote:
> If I uncheck a checkbox, there is no corresponding parameter pair in request.
> So I can not get the right status of certain form.
> How to resolve it ?

In you ActionForm reset method you need to set all the checkbox values
to false, as reset() is called before the form is populated.

That way, the only values that get sent are the ones that need to be
set to true, and the ActionForm is correctly set.

Reply via email to