Hi,
with Tobago, the outputLink why not work?
Here's my code:
<%@ page language="java" pageEncoding="ISO-8859-2"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
<%@ taglib tagdir="/WEB-INF/tags/layout" prefix="layout" %>
<layout:template>
<f:subview id="context">
<h:outputLink value="http://www.apache.org"><h:outputText value="Apache"
/></h:outputLink>
</f:subview>
</layout:template>
izll
(Sorry for my english)