I am trying to display a URL as a result in my UI after some processing. So far I have used
URL:
<h:outputLink value= "#{entry.value}"><h:outputText>"#{entry.value}"
</h:outputText></h:outputLink>
When I click on a link that is displayed the URL in the browser is of the form localhost:8080/ProjectName/URL
But I want the page to be displayed when I click the URL on the UI. Any help would be great.