blob: 3089f2e349f38dfbe59ff0310e36c0731317ab1b [file] [log] [blame]
<html xmlns:wicket>
<body>
<wicket:panel>
<table>
<thead>
<tr>
<span wicket:id="headers">
<th><span wicket:id="header">Header</span></th>
</span>
</tr>
</thead>
<tbody>
<tr wicket:id="rows" class="even">
<span wicket:id="columns">
<td><span wicket:id="column">Value</span></td>
</span>
</tr>
</tbody>
</table>
</wicket:panel>
</body>
</html>