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

Enhanced Error Handling & Style Control





------- Additional Comments From [EMAIL PROTECTED]  2003-06-28 10:11 -------
This tag sounds like a very good addition to Struts.  The only thing I was 
wondering is, why you're using <span> markup for the label text and not <label> 
(http://www.w3.org/TR/html4/interact/forms.html#h-17.9):




   <form action="foo.do">


      <p>


      <label class="error" for="firstNameId">First name:</label>


      <input id="firstNameId" name="firstName" type="text">


      <br>


      <label style="normal" for="lastNameId">Last name:</label>


      <input id="lastNameId" name="lastName" type="text" value="">


      </p>


   </form>




The only reason I could see is that <label> is a HTML4 addition, but all modern 
browsers (IE6, Opera7, Netscape7 are the ones I checked) support it.  So having 
the option to use <label> would be great.

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

Reply via email to