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=15138>.
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=15138

tags in html package  should use "/>" to close instead of ">"

           Summary: tags in html package  should use "/>" to close instead
                    of ">"
           Product: Struts
           Version: 1.1 Beta 2
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


tags like text,password,radio,submit,cancel etc.. produces html tags which 
close with ">". If they can be modified so that they will output html which 
uses "/>" where applicable, they will be "xhtml complient". (Since these tags 
already produce good xhtml complient html except for this issue)

This is easy to implement and will be of tremendous value to the users. For 
example, in BaseFieldTag.java :
line 202 stands : results.append(">");
this should be  : results.append(" />");

   This will enable users who use similar tags like these to validate their 
pages against xhtml standards.

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

Reply via email to