Re: Using the checkbox tag with java.lang.Boolean

2004-10-15 Thread Shinobu Kawai
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. > 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 > chec

Using the checkbox tag with java.lang.Boolean

2004-10-15 Thread Brantley Hobbs
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: - Essential Fac