<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> JSTL: Miscellaneous -- Various Iterator Tests Example

Various tests for Iterator tags

Iteration with only end specified (no items): end="10"

(illegal) <%-- --%>

Iteration with only begin specified (no items): begin="10"

(illegal) <%-- --%>

Iteration with only begin specified (with items): begin="2"

index: • count: • item:

Iteration with only end specified (with items): end="1"

index: • count: • item: