hi,


<td><a href="Edit.jsp?i="+i>modify</a> </td>

You just use the expression tag like this <%=i%> instead of i . Try it

Thanks,@-)