Hi, and welcome Rob Harrop and Jan Machacek.
There is already a topic on Spring Vs.
Struts that touches on validation, but my question is a bit more specific.
What is the support for generating javascript for client side validation in Spring?
Basically, what I'd like to avoid is the code duplication for implementing the same or similar validations on the client side and then on the server side.
When using Spring MVC, Is it possible to specify validation rules in a configuration file, and have the framework generate JavaScript to enforce those, and apply those rules again before/after populating the domain object with the user supplied values?
Sonny