Checkbox deselect problem

2003-12-15 Thread Frers Michael
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

RE: Checkbox deselect problem

2003-12-15 Thread Ravi Kulkarni
To: Struts Users Mailing List Subject: Checkbox deselect problem 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