I have just noticed that my html pages that tapestry builds are
malformed. Viewing the source of my page the <head> tag doesn't end
until the end of the page. Therefore the body of the page is inside
the head. Here is a snippet of my border.html
<html>
<span jwcid="@Shell" delegate="ognl:beans.metaDelegate"
stylesheet="ognl:assets.stylesheet"
title="TrustedApp">
</span>
<body leftmargin="0" topmargin="0" style="color: rgb(102, 102, 102);"
marginheight="0" marginwidth="0" jwcid="@Body">
<!-- Content of renderBody here -->
</body>
</html>
Is there something that is missing that could cause me to get </head>
and a few </meta> tags at the end of the page instead of at the top?
--
~chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]