PDA

View Full Version : Validation bug



Anders Ohrt
24-Oct-2007, 07:06 AM
In VdfValidatorValidation.js, all functions take a variable called
oVdfField, but if the validation succeedes it tries to clear the error from
a variable called oField.

// Anders

Harm Wibier
24-Oct-2007, 08:15 AM
I see, this seems like a bug indeed... Seems like somewhere a global oField
is defined (can't find yet where, but will find out, especially curious why
this happens) so no errors are displayed...

Will be fixed in the 1.1 final!

--
Regards,


Harm Wibier
Data Access Europe B.V.
http://www.dataaccess.nl/


"Anders Öhrt" <Anders.Ohrt@berendsen.se> wrote in message
news:6DIvnZjFIHA.2320@dacmail.dataaccess.com...
>
> In VdfValidatorValidation.js, all functions take a variable called
> oVdfField, but if the validation succeedes it tries to clear the error
> from a variable called oField.
>
> // Anders
>