<%@ include file="/project/include.jsp" %>

<tr>
	<td class="form-label">
		<shell:label prop="tipoAssegnoINPS" />
	</td>	
	<td class="form-values" >
		<j:bind prop="tipoAssegnoINPS">
			<j:select class="form-input" id="idTipoAssegnoINPS" emptyOptionDescr=""/>
			<shell:error />
		</j:bind>
	</td>
</tr>