falla così


<SELECT id="minLocali" name="minLocali">
<%for i = 0 to 100%>
<OPTION value="<%=i%>"><%=i%></OPTION>
<%next%>
</SELECT>