Hi, I have in my jsp an iterate tag that includes checkboxes. My form contains an array of boolean values which are supposed to correspond to the values on the jsp. When I submit the form only the checkboxes that equate to 'true' are being added to the array. I read that you have to reset the checkbox values in the reset method to recognise false values. But at this time my array of checkbox values is at length 0? Any ideas how to get these false values in the array? Thanks, Joel.
- Re: newbie Form Question(checkboxes) JOEL VOGT
- Re: newbie Form Question(checkboxes) Incze Lajos