DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22283>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22283 html:html xhtml=true does not validate with http://validator.w3.org [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2003-12-08 04:09 ------- As documented here: http://jakarta.apache.org/struts/userGuide/dev_html.html Struts conforms to XHTML 1.0 not 1.1. Current browsers don't even handle XHTML 1.0 properly so moving to 1.1 isn't workable. As documented here: http://www.w3.org/TR/xhtml11/changes.html#a_changes the lang attribute has indeed been removed in XHTML 1.1. While it would be easy to change the <html:html> tag to not output lang so it would work in XHTML 1.1, it would open us up to backwards compatibility problems and trying to support more than just the HTML 4.01 and XHTML 1.0 standards. My suggestion for you is to simply use the <html:xhtml> tag to put Struts tags in XHTML 1.0 mode and render the <html> tag by hand. You're not missing anything by not using <html:html>. In the past, the tag set a Locale object in the user's session but this has been deprecated and will be removed as it's now handled by the RequestProcessor. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
