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.

[304 byte] By [VijayKa] at [2007-10-3 2:50:22]
# 1
This might be helpful: http://struts.apache.org/1.2.x/userGuide/struts-html.html#optionsCollectionThe property should be set to the arraylist of strings named(string1)
zadoka at 2007-7-14 20:39:12 > top of Java-index,Java Essentials,Java Programming...