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=4868>. 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=4868 FormTag.java styleId attribute conflicting with XHTML id attribute Summary: FormTag.java styleId attribute conflicting with XHTML id attribute Product: Struts Version: Nightly Build Platform: PC OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] styleId attribute uses the label "id=", when in fact, "id" is a keyword reserved in XHTML 1.0. The "name" attribute of "form" has been deprecated (in favor of "id") and will be removed from subsequent versions of XHTML. Documentation of this can be found at http://www.w3.org/TR/xhtml1/#guidelines, item C.8 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>