Show 11c-blank.jsp syntax highlighted
<%@ taglib uri="/WEB-INF/template_taglib.tld" prefix="template" %>
<html>
<head><Title></Title><head>
<body>
<!-- Bad Insert definition, 1 Put tag Blank Name, Good Path, Request Scope -->
<template:insert definition="template2">
<template:put name="" path="headerRequestScope.jsp" scope="request" />
</template:insert>
</body>
</html>
See more files for this project here