Author | Message |
---|---|
rishiskeshav91
Posts: 7
|
Posted 17:59 Feb 19, 2015 |
Hello professor, 1. For password validation, can we validate it in server side( by writing it in controllers) or should we use jquery? Thanks, |
cysun
Posts: 2935
|
Posted 22:37 Feb 19, 2015 |
Either client-side or server-side validation is fine. If you use server-side validation you must use Spring validator. For client-side you can use jQuery or any JavaScript library or write your own code. |