how to increment a variable using struts in jsp pages


equivalent of 

<% for(i=0;i<10;i++){ %>

<tr>
<td>
<=%i%>

</td>
</tr>

<%}
%>

Reply via email to