blob: f796ddfe7fb1d550bb4cd55091808c83b52f5c1a [file] [log] [blame]
<html>
<head><title>RadioGroupTestPage1</title></head>
<body>
<form wicket:id="form" id="form1" method="post" action="./org.apache.wicket.markup.html.form.RadioGroupTestPage1?0-1.-form"><div id="form1_hf_0" hidden="" class="hidden-fields"></div>
<input type="radio" wicket:id="radio1" id="radio12" name="group" value="radio0">radio1</input>
<span wicket:id="container">
<input type="radio" wicket:id="radio2" id="radio23" name="group" value="radio1" checked="checked">radio2</input>
</span>
</form>
</body>
</html>