Search the web
Sign In
New User? Sign Up
validation · Techniques for HTML form validation
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
prototype issue   Message List  
Reply | Forward Message #418 of 427 |
Re: prototype issue

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]
>





Sat Jan 5, 2008 9:56 pm

somematt
Offline Offline
Send Email Send Email

Forward
Message #418 of 427 |
Expand Messages Author Sort by Date

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 ...
Fabiano Costa
fac_pos
Offline Send Email
Nov 13, 2007
4:15 pm

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...
somematt
Offline Send Email
Jan 5, 2008
9:56 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help