Using html:select trag in struts
I have a masterbean (placed in appl;ication scope as mb) holding collection of various data which is populated when application starts up.
In the page when I try to use the html:select tag it gives an error
The tag is
<html:select property="city">
<html:optionCollection name="${mb.city}"/>
</html:select>
/-
cp

