includeTest1.jsp
페이지 정보
본문
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<html>
<head>
<title>Include Action Test</title>
</head>
<body>
<h2>인클루드 액션 테스트</h2>
<jsp:include page="includeTest2.jsp">
<jsp:param name="name" value="parkkyutae"/>
</jsp:include>
</body>
</html>
추천0
- 이전글● 액션 태그 - include 21.07.15
- 다음글includeTest2.jsp 21.07.15
댓글목록
등록된 댓글이 없습니다.