<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
<head>
<title>Wicket Examples - component reference</title>
</head>
<body>
<wicket:extend>
<h1>wicket.markup.html.link.ExternalLink</h1>
<wicket:link><a href="Index.html">[back to the reference]</a></wicket:link>
<p>
External links take you outside the scope of Wicket. They can come in handy when you keep your
links e.g. in a database.
</p>
<p>
<a href="#" target="_new" wicket:id="externalLink1">this body will be replaced</a> <br />
<a href="#" target="_new" wicket:id="externalLink2">this body will be replaced</a>
</p>
<span wicket:id="explainPanel">panel contents come here</span>
</wicket:extend>
</body>
</html>