sorry,
the HTML codes:
<form wicket:id="saveUploadFilesForm">
<table width="50%">
<table class="dataview">
<tr class="title">
<th>Actions</th>
<th>File Name</th>
<th>Description</th>
<th>Main status</th>
</tr>
<tr wicket:id="fileList" class="row">
<td width="100">[Action]</td>
<td width="200">[File]</td>
<td>[Description]</td>
<!--td width="100"><input type="checkbox"
wicket:id="chkPhotoMain"/>main</td-->
<td width="100">
<input type="radio" wicket:id="radio"/>
</td>
</tr>
<!--tr><td> </td></tr>
<tr>
<td><input type="button"
wicket:id="btnSaveAll" class="button"/></td>
</tr-->
</table>
<tr><td> </td></tr>
<tr>
<td><input type="button"
wicket:id="btnSaveAll" class="button"/></td>
</tr>
</table>
</form>
--
View this message in context:
http://www.nabble.com/using-listView%2Cradiogroup%2C-error%3Ajava.lang.IllegalStateException%3A-Attempt-to-set-model-object-on-null-model-of-component-tp19301538p19301590.html
Sent from the Wicket - Dev mailing list archive at Nabble.com.