<%@ taglib uri="mytags" prefix="codecamp" %> <ol> <!-- repeats N times. A null reps value means repeat once. --> <codecamp:repeat reps='<%=request.getParameter("repeats") %>'> <li><codecamp:prime length="40" /> </codecamp:repeat> </ol>