Nope.

That's <html:html ...>

This is just a tag to say 'HEY! I'm XHTML everyone!'

Mind you - <form> tags still generate 'name' attributes, which are not valid
XHTML.

But what can you do?

Mark

-----Original Message-----
From: Dean A. Hoover [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 1 April 2004 9:36 AM
To: Struts Users Mailing List
Subject: Re: xhtml gets turned off

Thanks Mark. But it will not generate any more <html> tags?

Thanks
Dean

Mark Mandel wrote:

>Dean - 
>
>In each of your tiles that uses XHTML you need to have a <html:xhtml/> tag,
>so the system knows it's outputting xhtml.
>
>(Did the same thing a few days ago)
>
>Regards,
>
>Mark
>
>-----Original Message-----
>From: Dean A. Hoover [mailto:[EMAIL PROTECTED] 
>Sent: Thursday, 1 April 2004 6:32 AM
>To: [EMAIL PROTECTED]
>Subject: xhtml gets turned off
>
>I have been using
><html:html xhtml="true">
>so that the various html tags will
>generate xhtml compliant code, and
>it has worked last time I checked.
>I just attempted to validate the
>HTML output at w3c and found
>that the <input type="text" tags
>are not getting generated with the
>closing /. Any ideas how xhtml can
>get turned off?
>
>Dean Hoover
>PS The code is too large to post. Tiles
>within tiles, within tiles, etc.
>
>
>---------------------------------------------------------------------
>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]
>
>
>  
>



---------------------------------------------------------------------
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]

Reply via email to