I have a produtoBean on session and this has a property ArrayList formatosArquivos

How I put the value of option to the same name of  <bean:write name="formato"/>  ?



<logic:iterate id="formato" name="produtoView" property="formatosArquivos" 
indexId="index" scope="session" >

<html:option value="?????"><bean:write name="formato"/></html:option>

</logic:iterate>




Reply via email to