webtier@glassfish.java.net

Re: [webtier] TagException thrown for head, body, outputStylesheet

From: <webtier_at_javadesktop.org>
Date: Thu, 25 Feb 2010 05:25:00 PST

Hi Ed,

Thanks for the response. I do have those namespaces defined. Admittedly richfaces 3.3.3.CR1 is also in the mix, but I don't think that should cause any issues for the default tags.

<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ui="http://java.sun.com/jsf/facelets"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:a4j="http://richfaces.org/a4j"
      xmlns:rich="http://richfaces.org/rich">
  <body>
    <h:outputStylesheet library="css" name="custom.css" />
    <TABLE>
      <TR>
        <TD width="30%">
          <ui:include src="/nav.xhtml" />
        </TD>
        <TD width="70%">
          <ui:insert name="content" />
        </TD>
      </TR>
    </TABLE>
  </body>
</html>
[Message sent by forum member 'petrov_smolenskaya' (elite.code.ninja_at_gmail.com)]

http://forums.java.net/jive/thread.jspa?messageID=388651