blob: 40ca42cc617075a2df2f8a62af020962fe2f67c9 [file] [log] [blame]
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ attribute name="end" required="true" %>
<c:forEach var="i" begin="1" end="${end}">
Hello World
</c:forEach>