| <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"> | |
| <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> |