<%@ include file="/project/include.jsp" %> <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>