<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %> JSTL: Iterator Support -- Iteration Status Example

Iteration Status

Using status information: current, index, count, first, last

index count last name first name first? last?

There are customers in the list.

Iteration using range attributes

begin:begin     end:end     step:step
sequence:

There are numbers in the list.