I\'m still new to SpringMVC (and jstl for that matter). I\'m trying to populate options in a select from a list of objects. I\'ve found a way to do it using c:forEach, but I k
Usualy I am doing it with spring tag like this :
don't forget including the namespace declaration : xmlns:springform="http://www.springframework.org/tags/form"