testData/incremental/jasperValidation/jspDependent/root/a.jsp (7 lines of code) (raw):

<%-- Created by IntelliJ IDEA. User: cdr Date: Sep 17, 2004 Time: 2:53:58 PM To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@include file="dep.jsp" %> <%@include file="dep2.jsp" %> <html> <head><title>Simple jsp page</title></head> <body>Place your content here</body> </html>