<%@ page pageEncoding = "Shift_JIS" %>
<%@ page contentType="text/html; charset=Shift_JIS" %>
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
<bean:include id="child_page" name="/jsp/bean/include_child.jsp" />
<html><body>
include_child.jspの表示内容
<hr>
<%-- JSP”include_child.jsp”を読み込む --%>
<%=child_page %> <br>
</body></html>
|