Hi all,

i want to set the value of html:option to the corresponding currency.id as
in the following (broken) jsp segment

<html:select size="1" property="currency" value="<bean:write
name='merchantForm' property='currency'/>">
    <logic:iterate id="currency" name="currencyList">
        <html:option value="<bean:write name='currency'
property='id'/>"><bean:write name='currency' property='id'/>
        </html:option>
   </logic:iterate>
</html:select>

Please help !

Quan

Reply via email to