Brian wrote: > You need to specify name="resView" because this is the handle to each > object during the iterate.
Finally! This works: <logic:iterate id="resView" name="foundPersons" type="edu.asu.vpia.value.ResolutionView"> <html:radio name="resView" property="key" value="<%=resView.getKey()%>"/> It turns into: <input type="radio" name="key" value="0123456"> Thanks to everyone who helped out on this one... -- Wendy Smoak http://sourceforge.net/projects/unidbtags