/* ==================================================================== * The Tmax soft License, Version 1.1 * * Copyright (c) 1997-2004 The Tmax software. * All rights reserved. * html code omitted for readability. /* ==================================================================== /* range.jsp */ <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ page import="java.io.*" %> <%@ include file="../../upper.jsp"%>
JSTL: Iterator Support -- Simple Range Iteration Example

Simple Range Iteration

1 to 10

<%@ include file="../../footer.html" %>