armando1975
Programmer
I'm using Struts with DynaValidatorForm and DynaActionForm,
I've a problem with the tag html:checkbox.
I check the box , of a form B, from an method of an action A and I send the form to a jsp page. In the jsp page the check box is checked. If I uncheck it and submit the form, the value of the chekbox is unchanged (but if the box is initially unchecked I can change it!). I know that HTTP only sends boxes that checked.
How can I resolve this problem.
Armando
I've a problem with the tag html:checkbox.
I check the box , of a form B, from an method of an action A and I send the form to a jsp page. In the jsp page the check box is checked. If I uncheck it and submit the form, the value of the chekbox is unchanged (but if the box is initially unchecked I can change it!). I know that HTTP only sends boxes that checked.
How can I resolve this problem.
Armando