Hi Sonu, this might help: http://struts.apache.org/1.3.10/struts-taglib/tagreference.html#html:optionsCollection
Best greetings, Paweł Wielgus. 2009/1/12 Sonu S <sonu...@gmail.com>: > 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 >