Hi all, I am using Struts 1.2. I have one ArrayList and one HashMap in my form bean. Name of these collection are myList and myMap. Form bean name is myForm and scope is request.
I would like to know how to display values from arraylist and hashmap to <html:select> tag for creating drop down list. Thank you for your help