DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30734>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30734

Input Tag Missing Closing Tag

           Summary: Input Tag Missing Closing Tag
           Product: Struts
           Version: 1.1 Final
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


For the Struts HTML tags that create <input> tags, there is no self-closing tag
for them. For example, if I use:

<html:text property="name" />

It returns:

<input type="text" name="name" value="">

I would like it to return:

<input type="text" name="name" value="" />

Having the self-closing tag does not cause problems for the HTML doctypes, but
not having it causes for the XHTML doctypes. I would guess that most sites that
use struts, also use XHTML. This is an important feature so that pages could be
validated and rendered properly.

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

Reply via email to