Chris Colman wrote:
>
> I would have thought that an external link without any protocol prefix
> should always default to an absolute link to an http:// page and not a
> relative link from the current page. Being an external link, by
> definition, it could never be a relative link from the curre
For the first time I had to provide an external link to the outside from
a Wicket app - heh, it happens sometimes ;)
One thing I discovered that I couldn't find documented in the
ExternalLink class was that you need to put a 'http://' prefix prior to
the URL so that the URL gets formed properly -