ArrayList « MVC « Spring Q&A





1. How to set value of select box in Set or ArrayList in spring mvc    stackoverflow.com

I have a class User{ Set.....} Car{String id,......}. a select box in html page. I want that when user submit form, value of select box should be set in Set. How can ...

2. ArrayList for model?    forum.springsource.org

Can I access a model with JSTL if it is an ArrayList? I am currently building a HashMap of Objects but would like to pass it directory as an ArrayList of ...