Hello there,
I have a problem checking a checkbox that should be checked. I have one side where can I set the value “blocked” for the GroupForm. This works ok, however, when I want to update the form on an update side the box is not checked. All other values for the form (Strings in textboxes) may be seen but the checkbox is blank.
I the database and the value “blocked” is indeed true but it is not displayed this way in the update side.
Here is the tag:
<layout:checkbox key=”Blocked” value=”true” name=”GroupForm” property=”blocked”/>
Thanks in advance