Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Loading a drop down box - Struts

843836Dec 2 2004 — edited Jun 9 2008
I 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 7 2008
Added on Dec 2 2004
8 comments
1,076 views