Hi, I am using apache trinidad inside my xhtml page. In IE7 with German language I see "<ht" at the bottom of all my web pages. My page code is as follows <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > <ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:trh="http://myfaces.apache.org/trinidad/html" xmlns:tr="http://myfaces.apache.org/trinidad" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:t="http://myfaces.apache.org/tomahawk"> <f:view> <html> <f:loadBundle basename="Properties.UIResources" var="res" /> <head> </head> <body > <tr:form id="form_id"></tr:form> </body> </html> </f:view> </ui:composition> Does anybody know, why this could be happening ? Thanks in advance. With Best Regards, Umesh

