I've converted the struts tags to be xhtml-compliant and posted the changes to this list. However, they haven't been committed to the nightly build. I can send you a struts.jar with the updated tags if you'd like.
Basically, if you have <html:html xhtml="true">, then all the rest of the tags will use the XHTML-compliant version of their tags. I've converted these to have a space before the closing bracket so they will work in older browsers. i.e. <br /> instead of <br/> These tags are incorporated to a build from 11/14 so includes a lot of the 1.0.1 Struts development (i.e. uses commons packages). Regards, Matt -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 9:59 AM To: Struts Developers List Subject: Well-formed markup. Have you guys considered having the html tags output well-formed markup, to make Struts compatible with xhtml? i.e. <input/> rather than <input>? Is there a reason that it doesn't already do this (eg. browser incompat.)? Thank you, Bob -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
