<%@ 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>