blob: 3c39bb06124bb1c1aad052a127ef37c9d290c295 [file] [log] [blame]
<html xmlns:wicket="http://wicket.sourceforge.net/">
<head>
<wicket:head>contributions inserted here</wicket:head>
<title>Wicket Examples - nested</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<span wicket:id="mainNavigation"/>
<div id="nestedExamplePanels">
<h3>Using nested lists:</h3>
<span wicket:id="nestedList"/>
</div>
<div id="nestedExampleTree">
<h3>Using a tree component:</h3>
<span wicket:id="tree"/>
</div>
</body>
</html>