I would like to include the JSP page in another JSP page. Let's say that I have master.jspone that includes slave.jsp.
Since it slave.jsphas its own section <head>for working with JavaScript and CSS, is there a way, or possibly another method, to merge the section masterand slave HEAD into one? The same should be done for the BODY section .
I’ve been using sitemesh lately , but I think it’s not practical to set up a template for each page.
dawez source
share