<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%-- * 액션 태그 (Action Tag) - JSP 내에서 특정 동작을 하도록 지시하는 태그 - 기본 타입 - action_name의 종류 jsp:inlude jsp:useBean jsp:setProperty jsp:getProperty jsp:forward - 공통 속성 id, scope --%>
include 액션 태그 예제
'Web07_JSP' 카테고리의 다른 글
07_action_forward.jsp (0) | 2020.11.12 |
---|---|
06_action_usebean.jsp (0) | 2020.11.12 |
04_error.jsp (0) | 2020.11.12 |
04_directive2.jsp (0) | 2020.11.12 |
03_header.jspf (0) | 2020.11.12 |