Hi Brantley,

> I have a form which has a Map of properties.  I use the Map just fine
> with every field on the form, except for my checkboxes.

<snip />

> When I look at the form contents, I see that the value of that property
> never changes from "false", even though the form was submitted with a
> checked box.
> 
> Can the checkbox tag handle java.lang.Boolean or is this something weird
> with it being a mapped value?
Yeah, the HTML spec is weird:
    http://www.w3.org/TR/html401/interact/forms.html#checkbox
Only checked checkboxes get submitted, so there's no way of telling
that a checkbox was unchecked.

Best regards,
-- Shinobu Kawai

-- 
Shinobu Kawai <[EMAIL PROTECTED]>

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

Reply via email to