Possible Duplicate:
jquery validate & ajax.beginform
I'm trying to use the jQuery validate plugin to validate a form (Ajax.BeginForm). When I enter invalid data on the form the error messages are shown but the form will submit anyway. How do I stop MicrosoftMvcAjax from submiting an invalid form?
Thanks in advance