Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I use SimpleFormController with Validator with Spring 3?

I'm using Spring 3 and using SimpleFormController is deprecated. It sounds like we should use annotions like @Controller instead. Okay, but how can I manage the validator for my form within my controller?

Thanks

like image 674
tamizboule Avatar asked Oct 14 '09 09:10

tamizboule


1 Answers

Still some issues with 3.0RC1, see the following issue if you want to look at annotation based validation and JSR 303: http://jira.springframework.org/browse/SPR-6189

like image 128
Filip Korling Avatar answered Nov 15 '22 05:11

Filip Korling