%@page info="This is an exemple of a JSP that includes another page."%>
This is the content of includer.jsp, everything below this text comes form the included page. To include other pages is a good way to avoid duplicated code, for example if the same header, footer or navigation menu shall appear on different pages. |
<%@include file="footer.html"%> |