I want to make include jspf into index jsp page , these statements
<%-- any content can be specified here e.g.: --%>
<%@ page pageEncoding="UTF-8" %>
aappears in the index page !!
here's the include line in index page
<jsp:include page="WEB-INF/jspf/Header.jspf" />
Note : I make head and body in the index page only, can some body tell me why the first lines appears in the index page?