JSP Forms Accessibility

Hi Everyone,
Can you use the ID attribute with the Label tag while using JSP forms? 
Will the example below work associating the label with the property 
attribute?

<label for="username">Login:</label>
<html:text property="username" size="16" maxlength="16"/>

Thanks in advance for your help.
Scott

Received on Tuesday, 5 August 2003 15:10:31 UTC