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 current page I
> wouldn't think.
> 

You can indeed use a relative url without a scheme such as:

   //foo.com/bar.html 

then it will mean http://foo.com/bar.html if the current url uses the 
http scheme. It can't force you to use http though as you may
want mailto or https or something else.
-- 
View this message in context: 
http://www.nabble.com/Stripping-Javascript-comments-breaks-application-tf4478522.html#a12834564
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to