Hi all.
I am returning List in ModelAndView from the Controller.
I want to iterate over this List in the JSP and show the values in a combo box.
I am using <c:forEach> tag.
I am able to iterate the List for 'n' times(n= number of elements in the List)
But I am not able to show the values in the combo box.
which tag should i use?
Please guide me.
Regards
Sasikanth
