Hello guys,
Going through Wicket class hierarchy I realised that we have two classes that serve similar purposes (see below). Shouldn't they be merged into one? What do you think?

public class ExternalLink

A simple anchor link (<a href=""http://url">http://url">) pointing to any URL. Usually this is used for links to destinations outside of Wicket.

public final class RedirectPage
extends WebPage

Page that let the browser redirect. Use this if you want to direct the browser to some external URL, like Google etc. or if you want to redirect to a Wicket page, but with a delay.

Les

Reply via email to