Mauricio T. Ferraz wrote:
> 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"/>  ?

You don't have to do the iteration... Adjust this to match your
situation.  I have a 'contactTypes' context attribute (it's a Map).

<html-el:select property="type">
<html-el:options collection="contactTypes" property="key"
labelProperty="value"/>
</html-el:select>

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University, PA, IRM 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to