Validation - name issues

Validation - name issues

Using Spring MVC + JQuery. The Spring form taglib doesn't have a name attribute for input:
<form:input path="form.numberValue" id="number" cssClass="required"/>


It then only validates the first item in the form because they are all named the same (though they have different ID's).

Anybody have a somewhat not klugy workaround?