Show 11e.jsp syntax highlighted
<%@ taglib uri="/WEB-INF/template_taglib.tld" prefix="template" %>
<html>
<head><Title></Title><head>
<body>
<!-- Good Insert definition, 1 Put tag No Name Attribute, Good Path, Application Scope -->
<template:insert definition="template2">
<template:put path="headerApplicationScope.jsp" scope="application"/>
</template:insert>
</body>
</html>
See more files for this project here