<%@ taglib prefix = "c" uri = "http://java.sun.com/jstl/core"%> <% String[] name = {"Hello", "you", "are", "using", "jstl", "in", "jsp"}; request.setAttribute("name", name); %>
${itemName}