<%@ include file="/project/include.jsp" %> <j:tile name="estrazioni.estrazioneInterventi" /> <table border="0" cellspacing="3" cellpadding="0"> <icare:estrazioniExistsParam name="enteErog"> <tr> <td class="form-label"> <shell:label prop="enteErog" /> </td> <td class="form-values" colspan="2"> <j:bind prop="enteErog"> <j:select class="form-input" id="idEnteErog" emptyOptionDescr="" /> <shell:error /> </j:bind> </td> </tr> </icare:estrazioniExistsParam> <icare:estrazioniExistsParam name="tipoStruttura"> <tr> <td class="form-label"> <shell:label prop="tipoStruttura" /> </td> <td class="form-values"> <j:bind prop="tipoStruttura"> <j:valueSetIterator> <j:radio />${j:getValueSetItem().description}<br> </j:valueSetIterator> <shell:error /> </j:bind> </td> </tr> </icare:estrazioniExistsParam> <icare:estrazioniExistsParam name="sezione"> <tr> <td class="form-label"> <shell:label prop="sezione" /> </td> <td class="form-values"> <j:bind prop="sezione"> <j:valueSetIterator> <j:radio />${j:getValueSetItem().description}<br> </j:valueSetIterator> <shell:error /> </j:bind> </td> </tr> </icare:estrazioniExistsParam> <icare:estrazioniExistsParam name="tipoRegistro"> <tr> <td class="form-label"> <shell:label prop="tipoRegistro" /> </td> <td class="form-values"> <j:bind prop="tipoRegistro"> <j:valueSetIterator> <j:radio />${j:getValueSetItem().description}<br> </j:valueSetIterator> <shell:error /> </j:bind> </td> </tr> </icare:estrazioniExistsParam> </table>