Jim Richards wrote at 2001-05-15 14:48:00,
>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.

So if I wanna some checkbox default true,
How can I do?


Best regards,
JeanX
pacificnet.com(GZ)

Reply via email to