You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Henrik Chua <ch...@columbusgroup.com> on 2001/12/03 06:58:34 UTC

radio button

Hi!

how can I place dynamic values (values from an array) to radio buttons?

I use the iterate tag to iterate through a list and I would like the value
of each element to be the value of my radio buttons.  

should it be like this?

<logic:iterate id="element" ..... >
<html:radio property="reviewer" value=id />
</logic:iterate>

thanx
henrik

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>