ADF Faces currently doesn't support generating strict XHTML. This could be added as an enhancement if needed; we'd be happy to accept a donation of a ResponseWriter that writes out XHTML, so we can switch dynamically between HTML and XHTML depending on the requested page content type.
-- Adam On 8/6/06, Mikhail Grushinskiy <[EMAIL PROTECTED]> wrote:
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
