JSTL Java Tutorial

<%@ taglib prefix="c"    uri="http://java.sun.com/jstl/core" %>


  
    forEach and status
  
  
    

The forEach tag exposes a scoped variable called 'count', which
    is the position of the current iteration of the collection.


    

(Note, it is not the position of the element in the
        underlying collection)


                   var="currentName"
               varStatus="status"
               begin="0"
               end="3"
               step="2"
    >
      Family member # is