<%@ page language="java" contentType="text/html; charset=ISO-8859-1" trimDirectiveWhitespaces="true" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> test <% java.util.ArrayList locations = new java.util.ArrayList(); locations.add("One"); locations.add("Two"); pageContext.setAttribute("locations", locations); %>