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

html attribute id needed for <html: > tags needed

           Summary: html attribute id needed for <html: > tags needed
           Product: Struts
           Version: Unknown
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The page 
http://www.htmldog.com/guides/htmladvanced/forms/
talk about accesible forms, the html tag label specifically
Example:

<form>
<label for="yourName">Your Name</label> <input type="text" name="yourName"
id="yourName" />
...

In struts the <html:input> tag doesn't have the id attribute

A solution could be adding this attribute to all <html: > form tags

Another solution could be adding a new tag for adding any html attribute to
any html:tag a live example you can see in:

http://helponline.oracle.com/jdeveloper/help?topic=f1_jspjbosethtmlattribute_html

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

Reply via email to