How to display string1 using <html:optionsCollection> in a combobox.
FormName.beanNameList= is a list of beanName beans.
(each beanName contains 2 things.
1. arraylist of strings named(string1)
2. string string2
With all respective getters and setters.
)
How to display string1 using <html:optionsCollection> in a combobox.

