<c:forEach var="item" items="${items}"> <c:out value="${item}" /> </c:forEach> <fmt:message key="welcome.message" /> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>