I'm trying to add @Valid to a @Controller using Spring 3.0.5. I read the docs and wrote my own validator and downloaded Hibernate Validator (and added it to my project). My problem is that as soon as I add @Valid to my method, eclipse can't find it. What jar is this annotation found in?
I have nearly all of the Spring 3.0.5 jars included in the project already.


Reply With Quote