blob: 53d8d0c3c16a97bad9648e9b8328285fe2a324a2 [file] [log] [blame]
<%
application.getRequestDispatcher("/included.jsp").include(request,response);
response.setHeader("main-page-key", "main-page-value");
%>
<h2> Hello, this is the top page.