Hi I have to populate a drop down list with the following code. I am having trouble converting it to JSTL. Note that I had to use a <bean:define> for the collection to get this working. Didn't know any better at that time, I guess:).
<-------code--------> <bean:define id="codes" name="manageCostForm" property="codes" /> <html:select property="item"> <html:options collection="codes" property="code" labelProperty="codeAndDescription"/> </html:select> <-------/code--------> Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

