expense of includes - JSP vs SSI

2000-09-22 Thread Adam Rossi
I am trying to figure out the best way to include a header and footer on every page on a web site which includes both JSP's and static HTML files. There are a couple of options, the simplest of which is to use the JSP include directive %@ include file="/header.jsp" % or the SSI directive

Re: expense of includes - JSP vs SSI

2000-09-22 Thread Craig R. McClanahan
Adam Rossi wrote: I am trying to figure out the best way to include a header and footer on every page on a web site which includes both JSP's and static HTML files. There are a couple of options, the simplest of which is to use the JSP include directive %@ include file="/header.jsp" % or the