/absolute/<url> eg /absolute//index.html
Bruno Antunes wrote:
When we define "relative href's", maven (or the engine it uses) assumes that / is relative to the root of the "project site"
Example
<menu name="Menu"> <item name="Use It!" href="/use-it.html"/> </menu>
When HTML is generated in the link, the HTML generated is <a href="use-it.html">Use It!</a>
What if we wanted to reference the root of the web site, how can we reference it without giving in the href the full URL of the site.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
