Ok, finally figured out what the issue was. The library I had did include the behavior, however, I just realized that I was overwriting the "Form" class with my own class. I had not used the mootools Form classes before, so I had never run into this issue. It only took banging my head against the wall to find this...
Thanks, ~Philip On Thu, Sep 1, 2011 at 7:56 PM, Aaron Newton <[email protected]> wrote: > The Clientcide library includes Behavior, but not the more-behaviors > package, so the Form.Validator behavior isn't registered. If you open up > your console, you'll see that error logged. > > I updated your demo to include the form validator behavior as an additional > resource: > > http://jsfiddle.net/2ZwKY/1/ > > works now. > > > On Thu, Sep 1, 2011 at 5:45 PM, Philip Thompson <[email protected]>wrote: > >> Hi all. What am I doing wrong? I pretty much copied it from the Clientcide >> Behavior FormValidator... >> >> "There is no filter registered with this name: FormValidator <form id=" >> foo" data-behavior="FormValidator"> >> client....0.3.js (line 481)" >> >> http://jsfiddle.net/philthathril/2ZwKY/ >> >> Thanks in advance! >> ~Philip >> >> -- >> http://lonestarlightandsound.com/ >> > > -- http://lonestarlightandsound.com/
