The <jsp:include> standard action

The <jsp:include> standard action appears to do the same thing as the include directive.

Standard header file (“Header.jsp”)

<html><body>

<img src="images/Web-Services.jpg" > <br>
<em><strong>We know how to make SOAP suck less.</strong></em> <br>

</body></html>

Note

This is what we want on EVERY page.

image with no caption

A JSP from the web app (“Contact.jsp”)

image with no caption
image with no caption

Get Head First Servlets and JSP, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.