TestJSTL

JSP 모델 1 TestJSTL-Model1

JSP 모델 2 TestJSTL-Model2

<%@ taglib prefix=”c” uri=”http://java.sun.com/jsp/jstl/core” %>
<%@ taglib prefix=”fn” uri=”http://java.sun.com/jsp/jstl/functions” %>
<%@ taglib prefix =”fmt” uri=”http://java.sun.com/jsp/jstl/fmt” %>
<%@ taglib prefix = “x” uri=”http://java.sun.com/jsp/jstl/xml” %>