As this question, I'm trying to put a link to an external site.
The problem is that using:
<a href="stackoverflow.com">Go to this site!</a>
I think that this tag should not be controlled by JSF (not?) and generate a direct HTML, but anyway JSF modifies and produces a relative link (http://localhost/webapp/stackoverflow.com
), as if it was an outcome
. It also does even if the url is begins with www.
. So, the question is:
I'm forced in JSF to put protocol, even with the
<a>
tag?