Hi I have written a Spring MVC SimpleFormController form
In it there is a Date input in the command bean. I register de Date property editor. My question is. If I enter 20009-20-13 Why is it not properly validated as invalid month. It returns me as I have added 8 months in the calendar. Well I want to know how to properly validate Dates using Spring MC out of the box. Or should I use a Validator class. Bug if I enter 200a8-ss-ss An error is flagged. Any ideas.
