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=4919>. 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=4919 JSP won't compile when using "class" attribute (standard HTML4 style sheet attribute) [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2001-11-17 20:48 ------- As much as I would like to fix this, doing so would violate the JSP spec. The container is required to use JavaBean introspection to determine the attributes of the tag (section 5.4 in the 1.1 spec, clarified in section 10.2 of the 1.2 spec). Unfortunately, the "class" property is defined (from a JavaBean point of view) by java.lang.Object.getClass and can't be overridden in the subclass. The proper place to send complaints is: [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>