blob: 65e5627879d6459e0d8f835aa8f2d5d5678027ba [file] [log] [blame]
<html>
<head><title>CheckGroupTestPage1</title></head>
<body>
<!-- In addition test that chars are not converted from upper to lower and vice versa -->
<FORM wicket:id="form" id="form1" method="post" action="./org.apache.wicket.markup.html.form.CheckGroupDisabledTestPage?0-1.-form"><div id="form1_hf_0" hidden="" class="hidden-fields"></div>
<span wicket:id="group">
<input type="checkbox" wicket:id="check1" id="check12" name="group" value="check0" checked="checked" disabled="disabled">check1</input>
<span wicket:id="container">
<input type="checkbox" wicket:id="check2" id="check23" name="group" value="check1" checked="checked" disabled="disabled">check2</input>
</span>
</span>
</FORM>
</body>
</html>