tracciatiFondoAffittoRERSearch.jsp 559 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<%@ 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>