0

I have a Jquery Dialog which contains text fields wherein user can edit his personal details. An Ajax call is made to backend controller when user clicks Update button. Now I need to perform Server Side Validation (Spring Validation).

How to display spring validation messages inside Jquery Dialog ? I am struck with this problem.

Can anyone help me !!!

Praveen Gr
  • 187
  • 1
  • 9
  • 22
  • What is returned in the ajax-response when server-validation fails ? You can simply collect all errors in the server-side & send as JSON in the ajax-response & write some jquery code to display that. – coding_idiot Nov 30 '13 at 12:19
  • Always use firebug with ajax calls.Below is the link which describes this. http://net.tutsplus.com/tutorials/javascript-ajax/5-ways-to-make-ajax-calls-with-jquery/ – Deepak Nov 30 '13 at 12:21

0 Answers0