logo

Response

« Return to the main article

You are viewing this page out of context. To see it in the context it is intended please click here.

About This Page

Reply posted by Adam Burrell on Mon 6 Nov 2006 in response to Form Validator R3.0

Re: Error: 'Validator.form' message

I'm getting the same error although I have verified that my onLoad is setup
correctly. I've tried using the method recommended in the article and putting
the function directly in the onLoad event and I get the same results. Here's
what I have in my onLoad event:


Validator.init( 0 , 'beforeForm');
DocLoad();
new Form.Element.Observer('lookup', 1, namesFetch)