<%@ page session="false" %> <%@ taglib uri="looptags.jar" prefix="test" %> Loop TagLibrary example This example shows how to use a simple loop-tag with dynamic attributes.

<% int x = 0; %>
<%=x++%>
End...