For request parameters representing string, number, and boolean values, the Spring MVC container can bind them to typed properties out of the box.
How do you have the Spring MVC container bind a request parameter representing a Date?
Speaking of which, how does the Spring MVC determine the type of a given request parameter?
Thanks!