Take a look at <html:options>. I think that's what you're looking for.
Regards Jose
bobd wrote:
The following code successfully iterates over an array coursetitles stored in bean reference courseCatalog.
<logic:iterate id="element" name="courseCatalog"
property="coursetitles" scope="session">
<bean:write name="element"/>
</logic:iterate>
I'm now trying to populate a select box and it looks
like <logic:iterate> is not going to work to create
<html:option> elements. What is the best way to do
this?
thanks, -bob
__________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

