Posts on ‘April 30th, 2009’

HTML Select lists in Spring MVC 2.5 with annotations

In this article, I’d like to talk about the use of HTML select lists with Spring MVC since I’ve had to do some development in this area recently and found little documentation available. Select lists are also known as drop-down lists or combo boxes.
In this post I will use an example web application developed [...]