728x90
반응형
안녕하세요 이번 글에서는 JSTL함수의 사용법에 대해 알아보겠습니다.
1. 사용방법
jstl을 사용하기 위해선 라이브러리를 추가해 주어야 합니다.
링크 : tomcat.apache.org/download-taglibs.cgi
Apache Tomcat® - Apache Taglibs Downloads
Welcome to the Apache Taglibs download page. This page provides download links for obtaining the latest version of the Apache Standard Taglib, as well as links to the archives of older releases. You must verify the integrity of the downloaded files. We pro
tomcat.apache.org
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
다음 글에서 사용방법들을 알아보겠습니다.
감사합니다.
728x90
반응형
'Servlet & Jsp' 카테고리의 다른 글
[JSP에서 JSTL사용하기 <c:if> & <c:set> ] - Head Frist Servlet & Jsp (0) | 2020.12.28 |
---|---|
[JSP에서 JSTL사용하기 <c:out> & <c:forEach> ] - Head Frist Servlet & Jsp (7) | 2020.12.28 |
[ JSP 표현식 언어(EL) 사용하기 ] - Head Frist Servlet & Jsp (0) | 2020.12.26 |
[JSP 에서 자바코드사용(스크립틀릿)] - Head Frist Servlet & Jsp (0) | 2020.12.25 |
[ HttpSession 교환방식 & TimeOut 설정] - Head Frist Servlet & Jsp (0) | 2020.12.24 |