How can i make the checkbox checked by default.,
June 15, 2009 at 6:14 PM
Hi, How can i make the checkbox checked by default. I write like this <html:checkbox property="someName" value="False"> It is appears as checked but it is sending false to request. if i kept the "True" it is not checked. Else we have to change in the action class based on the return value. Else we have any other option is there to make it checked on page load mean default.
View All Comments
| View Tutorial