posted 18 years ago
The problem with checkboxes is that if the checkbox is selected or ON then you get the parameter or you dont get anything. One way to work around is to get the parameter from the request, if the parameter is present then the checkbox is selected or if the parameter is absent thenthe checkbox is unchecked. Another way is to use the reset() method of the ActionForm class.