hi,
I am trying to use
struts select and options tag.
In the following code, cell is a bean that represents an array of Strings,
<html:select property="<%=cellProperty.toString()%>" value="<%=valueToBeSelected%>">
<html
ptionsCollection name="cell" property="" />
</html:select>
i have a hard time figuring out what property for optionsCollection should be...
the way it is now struts will say
No getter method for property of bean cell
thanks!