I\'m having an issue with using @Valid on a parameter to a handler method on my @Controller. My code looks like this:
@Valid
@Controller
@RequestMappi
Are you using Spring 3.1? It is a newly added feature in Spring version 3.1. Please see Validation For @RequestBody Method Arguments