cfinput validateAt onSubmit not working
A bit about the environment: Laptop running win7(x64), Apache2.2, and CF9.0.1 Developer.
I created a simple login form, just asking for an email address and password, to test out form validation, and it worked flawlessly, so i went on to a much larger project of this: http://pastie.org/2184920
Coldfusion generates the following javascript when the page is loaded: http://pastie.org/2184962
Unfortunately, none of the fields get validated with validateAt="onSubmit". if i set it to "onServer", it all works fine and returns the errors on the page.
Any ideas what might be causing this?
P.S. Yes, the code creates quite the ugly page. I removed all HTML formatting for testing purposes.
