it looks like the later versions of Prototype apply custom methods via
the dollar function. are you expecting a 'resetValidation' instance
method to be on the FORM element? are you invoking the method yourself
or is the error in part of the validation script? since the script
does not make use of the new custom method implementation, you would
need to invoke it as
Form.resetValidation(form);
--- In validation@yahoogroups.com, "Fabiano Costa" <fabianoac@...> wrote:
>
> Hi all,
>
> I have used the validation class since version 3.0.0 and I'm happy
with it!
> However, now I'm using the validation class version 4.0.0 and I having a
> problem.
> I have a application (message class) that uses the prototype version
> 1.5.1_rc3 and when I try to put the form validation class together is
> returned the error message:
> "form.resetValidation is null or is not a object"
>
> If I try to run both applications ( message and valitation) with
prototype
> version 1.4.0 the validation is ok but message doesn't run !
>
> So, I have:
> -> message class needs prototype version 1.5.1_rc3
> -> validation class needs prototype version 1.4.0
>
> Is there any way to make validation class run with prototype version
> 1.5.1_rc3?
> Are there some thing that you can make to help me ?
>
> Fabiano.
>
>
> [Non-text portions of this message have been removed]
>