On 12/22/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

> Even though teh default boxes are unchecked, they are
> coming as selected in the java code.
>
> How can i unselect them...

Are you setting them to false in the 'reset' method of your form bean,
as described in the documentation?

http://struts.apache.org/struts-taglib/tagreference-struts-html.html#html:checkbox

"WARNING: In order to correctly recognize unchecked checkboxes, the
ActionForm bean associated with this form must include a statement
setting the corresponding boolean property to false in the reset()
method."

--
Wendy

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

Reply via email to