<?xml version="1.0" encoding="UTF-8" ?>
<html xmlns:wicket="http://wicket.apache.org">
<wicket:extend>
<div class="container">
<div>
<p>
counter 1:<span wicket:id="c1"></span>
</p>
<p>
counter 2: <span wicket:id="c2"></span>
</p>
<p>
counter 3: <span wicket:id="c3"></span>
</p>
</div>
<div>
<p>
<a href="#" wicket:id="c1-link">counter1++ and shake</a>
</p>
<p>
<a href="#" wicket:id="c2-link">counter2++ and highlight</a>
</p>
<p>
<a href="#" wicket:id="c3-link">counter3++, fade-out and fade-in</a>
</p>
</div>
</div>
</wicket:extend>
</html>