<html xmlns:wicket="http://wicket.apache.org">
<body>
<wicket:extend>
This page demonstrates the GridView component
<br/><br/>
<span wicket:id="navigator">[dataview navigator]</span>
<div class="gridpage">
<table cellspacing="0" cellpadding="2" border="1">
<tr wicket:id="rows">
<td wicket:id="cols"><span wicket:id="firstName">[firstname]</span></td>
</tr>
</table>
</div>
</wicket:extend>
</body>
</html>