How can I tell the radio-button to take the value from the collection I'm iterating throug?
<%--I'm iterating thrugh the collection adressen --%>
<logic:iterate name="radio" property="adressen" id="adresse" >
<%--Im trying to create a radiobutton for each "name" in "adress"--%>
<html:radio property="auswahl" value="Here should stand the name" />
</logic:iterate>
Thanks,
Beat Friedli

