gradCRADefSearch.jsp 335 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<%@ include file="/project/include.jsp" %>

<tr>   
    <td class="form-label">
  		<shell:label prop="sesso" />
  	</td>
  	<td class="form-values">
    	<j:bind prop="sesso">
			<j:valueSetIterator>
				<j:radio id="sessoId" /> ${j:getValueSetItem().description}
			</j:valueSetIterator>
			<shell:error />
		</j:bind>
  	</td>
</tr>