All, 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.
The values in the Map must be objects, so I used java.lang.Boolean to represent the Boolean value for the checkbox. In my JSP I use the tag thusly: <html:checkbox property="value(essential)" styleId="essential"/> - Essential Facility As I said before, the object represented by value(essential) is a java.lang.Boolean. 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? Thanks, Brantley --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]