Hi all,
I am trying to validate a form submission and I read that spring validation works fine. I looked for this module: spring-modules-validation.jar and I found it only on maven
repository since the official link

http://java.net/projects/springmodul...alidation.html

is broken. I am looking for documentation and examples but there is no more about this
library. Maybe is it deprecated? Do you know another validation library which validates a form submission by annotation?

I am working with last Spring Milestone: 3.1.0.M2

Thx a lot.

Enrico