Hello
i have a problem with the checkbox tag

i have a ActionForm Bean containg one value test

private class testBean extends ActionForm{

private String test;
//+ Getter and Setter

}

no i inserted in my jsp page:
<html-el:checkbox property="test" ></html-el:checkbox>

now if i select the field the checkbox is marked as checked
but now if i deselect the checkbox again the checkbox always stays checked

in debug modus of my tomcatplugin the field always contains the value="on"

Someone can help me?



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

Reply via email to