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=9364>. 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=9364 html:hidden tag does not support styleId ------- Additional Comments From [EMAIL PROTECTED] 2002-07-11 04:00 ------- According to the HTML 4.01 spec, all of the "coreattrs" and "event" attributes are legal for all input elements. The coreattrs include "id", "style", and "class", or in Struts terms, "styleId," "style," and "styleClass". When I saw that the events are also supported, I copied attribute blocks from another spot in struts-html.xml to add those three tags as well as the event tags to the hidden tag. I would guess that long-term, all HTML 4.01 attributes should be supported by all of the html tags, but some of that is kind of tedious. Is there any other reason not to support things like the i18n tags (lang and dir)? Patch to come. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>