Hi,

I've got the strange problem of my DOCTYPE disappearing when I depoly
my war (using T5.1.0.0-SNAPSHOT) on a Fedora Core box running resin.
Locally all is fine on OSX and jetty. They both run with
tapestry.production-mode=false. The component defining the doctype
(HtmlHeadBody.tml) is as follows (simplified):

<DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
<head>
    <title>${title}</title>
</head>
<body>
    <t:body/>
</body>
</html>

Is this a tapestry setting I am missing or is there another problem
playing here? Any clues would be highly appreciated.

Regards and happy coding,
Joost

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to