<html:html xhtml="true">
<body>
<tiles:insert page="body.jsp" />
</body>
</html:html>
then in body.jsp
<html:html xhtml="true" />
<html:form action="/foo.do">
<html:text ....
If you're doing something like this then it wont generate 2 sets of html tags.
On 28 Jan 2004, at 12:24, Andreas Amstutz wrote:
Mark Lowe <mark.lowe <at> talk21.com> writes:
Put <html:html xhtml="true" /> in any tiles or includes.
That does not work for me, because it only adds additional <html></html> elements.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

