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=14535>. 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=14535 Add SRC attribute for html:Button and html:Submit tags. ------- Additional Comments From [EMAIL PROTECTED] 2002-11-14 16:06 ------- Sigh. This is an annoying situation. Adding the "src" attribute to "button" and "submit" is certainly within the HTML specification, however, it will only add functionality which is already directly available in the "image" tag, not to mention that the functionality is more flexible in the "image" tag, allowing more ways to set the path to the image. In hindsight, perhaps having a separate "image" tag wasn't a good idea, and the "image" functionality should have been made available in "button" and "submit". I don't think it's a good idea to change this at this time, however. That being said, I would like to see a fix related to this. The struts-html.xml file should be changed to add information to the "button" and "submit" tags indicating that if a graphical button is desired, the "image" tag fills this need. I'll write a report for that, and try to do it in the next couple of days (unless someone else is already working in that area). -- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>