<%@ page language="java" contentType="text/html; charset=EUC-KR"
pageEncoding="EUC-KR"%>
<%@taglib prefix ="c" uri="http://java.sun.com/jsp/jstl/core" %> --> JSTL을 쓰기위해 반드시 TAGLIB라이브러리 추가해야함
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">
<title>Insert title here</title>
</head>
<body>
<c:set var="a" value="100" />
${ a }
</body>
</html>
JSTL 에서 포문쓰기 forEach (0) | 2015.03.12 |
---|---|
EL JSTL IF문을 이용해 값 비교하기 (0) | 2015.03.12 |
web.xml 에 있는 context-param 불러오기 (0) | 2015.03.12 |
EL을 이용해서 모든 쿠키 , JSESSIONID 까지 가져오는방법 (0) | 2015.03.12 |
EL을 이용해서 셋팅한 쿠키 불러오기 (0) | 2015.03.12 |