Please submit the patch as an attachment to the bug report in Bugzilla.

Thanks.

--
Martin Cooper


On Mon, 16 Dec 2002, Matías Giovannini wrote:

> ---
> commons-validator-1.0-dev/src/share/org/apache/commons/validator/
> Validator.java        Sat Dec 14 22:43:21 2002
> +++
> validator-1.0.1-src/src/share/org/apache/commons/validator/
> Validator.java        Sun Dec 15 23:41:37 2002
>
> @@ -427,7 +427,7 @@
>               paramValue[fieldIndexPos] = indexedField;
>
>
>
>               result = m.invoke(va.getClassnameInstance(), paramValue);
>
> -             results.add(indexedField, va.getName(), isValid(result), result);
>
> +             results.add(field, va.getName(), isValid(result), result);
>
>               if (!isValid(result)) {
>
>                   return false;
>
>               }
>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>


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

Reply via email to