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
- RE: Set html:option value with bean:write Pham Thanh Quan
- RE: Set html:option value with bean:write Geddes, Mark (ANTS)
- Re: Set html:option value with bean:write Pham Thanh Quan
- RE: Set html:option value with bean:write Geddes, Mark (ANTS)
- RE: Set html:option value with bean:write Geddes, Mark (ANTS)

