1 post
1
489
I have the following case: I have an index.jsp file, which has the structure below: <jsp:include page="templates/header.jspf"/> <div id="view"> <jsp:include page="home.jspf"/>…