<%@ include file="/project/include.jsp" %> <tr> <td class="form-label"> <shell:label prop="tipo" /> </td> <td class="form-values" > <j:bind prop="tipo"> <j:select class="form-input" emptyOptionDescr="" /> <shell:error /> </j:bind> </td> </tr> <tr> <td class="form-label"> <shell:label prop="dataEmissione" /> </td> <td class="form-values"> da: <j:bind prop="dataEmissioneDa"> <j:text class="form-date" id="dataEmissioneDaCLD" /> <shell:calendar inputId="dataEmissioneDaCLD" /> <shell:error /> </j:bind> a: <j:bind prop="dataEmissioneA"> <j:text class="form-date" id="dataEmissioneACLD" /> <shell:calendar inputId="dataEmissioneACLD" /> <shell:error /> </j:bind> </td> </tr> <tr> <td class="form-label"> <shell:label prop="periodoRiferimento" /> </td> <td class="form-values"> da: <j:bind prop="periodoRiferimentoDa"> <j:text class="form-date" id="periodoRiferimentoDaCLD" /> <shell:calendar inputId="periodoRiferimentoDaCLD" /> <shell:error /> </j:bind> a: <j:bind prop="periodoRiferimentoA"> <j:text class="form-date" id="periodoRiferimentoACLD" /> <shell:calendar inputId="periodoRiferimentoACLD" /> <shell:error /> </j:bind> </td> </tr>