JSTL Java Tutorial

<%@ taglib uri="http://java.sun.com/jstl/core"    prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c-rt" %>
<%!
  String[] names = { "A","B", "C", "D" };
  int[]    ages  = { 29, 8, 6, 5};
%>

  JSTL 'forEach' tag
  
    

List of people


    
      Name
      ">