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 ...
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 ...