Try this.

<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:tiles="http://struts.apache.org/tags-tiles"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns="http://www.w3.org/1999/xhtml" version="2.0">
<f:view>
<h:outputLink value="http://localhost:8080/webapp/home.jsf">
<h:outputText value="#{res.home}"/>
</h:outputLink>
</f:view>
</jsp:root>

Dennis Byrne

Reply via email to