Wicket Remove
compref
Source code

wicket.markup.html.link.ExternalLink

[back to the reference]

External links take you outside the scope of Wicket. They can come in handy when you keep your links e.g. in a database.

To JavaLobby
To The Server Side


Behind the Scenes

Example HTML

<a href="#" target="_new" wicket:id="externalLink1">this body will be replaced</a>

Example Code

    add(new ExternalLink("externalLink1", "http://www.javalobby.org", "To JavaLobby"));

Further examples & and comments/explanations may be available in the source code.