http://www.gontu.org in this tutorial, we will learn how Spring MVC automatically binds form data submitted by the user on the browser with the user defined object having Date, Collection (ArrayList), Long etc as it's properties data types.
This tutorial also covers how to retrieve multiple select box values in the request handler method using auto data binding features provided by Spring MVC.