Ajax Form Validation

Hello i have a little problem with a form that i need to submit and validate using ajax. The form is displyaed in modal dialog box using the Jquery Ui dialog plugin.

currently when i click on submit the form it closes the window.

What i want is to submit the form in ajax, to have validation of the form without closing the window and then if there is an error on one or more field the message is displayed on the window…

does anybody have a solution on how to do that?

This should help:
Using Ajax to Validate Forms