You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-user@incubator.apache.org by Mikhail Grushinskiy <mg...@gmail.com> on 2006/08/07 03:33:53 UTC

Trinidad and valid strict XHTML

What is the way with Trinidad to generate valid strict XTHML?
I've tried

<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<jsp:root xmlns:jsp=" http://java.sun.com/JSP/Page" version="2.0"
    xmlns="http://www.w3.org/1999/xhtml"
    xmlns:f="http://java.sun.com/jsf/core "
    xmlns:tr="http://myfaces.apache.org/trinidad"
    xmlns:trh="http://myfaces.apache.org/trinidad/html ">
    <jsp:directive.page contentType="application/xhtml+xml;charset=utf-8" />
    <f:view>
        <tr:document

and it produces pages with many non working links? I've used latest build
after refactoring.

Thanks,
--MG