webtier@glassfish.java.net

JSF 2.0 RC problem - Mojarra 2.0.0 (RC b16)

From: <webtier_at_javadesktop.org>
Date: Tue, 08 Sep 2009 19:14:23 PDT

My JSF page starts with

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<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:c="http://java.sun.com/jsp/jstl/core">

In Mojarra 2.0.0 (Beta2 b14) the first line is included in the generated HTML.

In Mojarra 2.0.0 (RC b16) the first line is not included in the generated HTML - and the browser behaves differently. Is this a bug introduced in RC b16?
[Message sent by forum member 'eddyd' (e_dimitrov_at_yahoo.com)]

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