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