<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<c:import url="http://www.naver.com/index.html" var="url" />
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>JSTL 코어 라이브러리 : import / url 실습</title>
</head>
<body>
내용출력
<hr>
<textarea rows="50" cols="600">
${url }<br>
</textarea>
</body>
</html>
'JAVA > JSP & Servlet' 카테고리의 다른 글
JSTL [Formatting 라이브러리] : formatData (0) | 2013.03.26 |
---|---|
JSTL [Core 라이브러리] : redirect (0) | 2013.03.26 |
JSTL [Core 라이브러리] : forToken (0) | 2013.03.26 |
JSTL [Core 라이브러리] : forEach -배열출력- [items] (0) | 2013.03.26 |
JSTL [Core 라이브러리] : forEach (0) | 2013.03.26 |