Please check the markup. It's invalid and causes the problems.

Try this:
<wicket:panel>
<form wicket:id="addressform">
<table wicket:id="group">
<tr wicket:id="deliveryaddresses">
<td><input type="radio" wicket:id="group-choice"/></td>
</tr>
</table>
</form>
</wicket:panel>

The span is not allowed there.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to