I'm trying to generate a set of radio buttons with values defined in a collection 
implemented in my ActionForm class. There, I have a Collection attribute which returns 
a collection of "A" objects. Each A object has a 'nome' and a 'id' attribute. So...in 
the jsp page i have this:

<logic:iterate id="tipo" name="BuscaProprietarioForm" property="tipos" >
<html:radio name="tipo" property="nome" value="id" /><br>
</logic:iterate>


tipos is the property which returns a collection.What am I missing?

Thanks in advance

Otávio Augusto

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

Reply via email to