Hi,
I am using Tomahawk, Facelets and Seam. Page it rendered properly. When I add Tomahawk control it is not rendered on the screen. When I change from "t" to "h" and refresh the page, the control is rendered. Has anyone encountered a similar problem? Page header example: <ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:s="http://jboss.com/products/seam/taglib" xmlns:t="http://myfaces.apache.org/tomahawk" template="template.xhtml"> <ui:define name="content"> . . . Thanks, Guy

