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





------- Additional Comments From [EMAIL PROTECTED]  2002-06-23 22:44 -------
It would have been "id" in the first place, but for the nasty problem that "id"
was a reserved attribute name in JSP 1.1, with special restrictions.  JSP 1.2
made those restrictions more localized (to just the <jsp:useBean> tag), but we
cannot yet rely on this because many people still run Struts-based apps on JSP
1.1 containers.

I'm going to add the clarification that styleId generates an "id" attribute in
all the cases it is defined.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to