<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
요청 URL : ${pageContext.request.requestURI}
</body>
</html>
'JSP' 카테고리의 다른 글
JSTL <c:set> 커스텀액션 (0) | 2013.03.21 |
---|---|
익스프레션 언어 산술,비교,논리,조건연산자 (0) | 2013.03.21 |
익스프레션 언어 initParam (0) | 2013.03.21 |
익스프레션 언어 param paramValues (0) | 2013.03.21 |
익스프레션 언어 requestScope (0) | 2013.03.21 |