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