Loading a drop down box - Struts
843836Dec 2 2004 — edited Jun 9 2008I have been struggling trying to get a drop down box going in a JSP using Struts\html. I have the data in the form as the following code shows:
<logic:iterate indexId="id" id="sList" name="propertyname">
<td align=left><bean:write name="sList" property="propertyname" /></td>
</logic:iterate>
I would just like to stuff these values in a standard drop down box if anyone can help. Thanks.