DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38345>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38345 Summary: <html:html> generates illegal attribute using xhtml="true" Product: Struts Version: 1.2.8 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component: Taglibs AssignedTo: dev@struts.apache.org ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Using <html:html xhtml="true"> or <html:html lang="false" xhtml="true"> results in <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US"> being generated. The attribute lang="en-US" is not legal with XHTML 1.1. The tag is ignoring the fact that lang="false" This is because in the if statement that checks for this.lang || this.local the condition this.xhtml has been added. The bug is also in the latest version of HTMLTag.java in the repository. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]