Hello

Does anybody know how to include template jsp pages in one index.jsp page
(header body footer jsp pages). The problem is, that I have modeled this
header.jsp, body.jsp ... - template pages as XML and had them transformed
by XSLT to HTML. But when I include <jsp:include page="body.jsp" /> or <%@
include file="body.jsp"%> in the index.jsp the XSLT transform doesn't
happen. My index.jsp is written as html.

Did anyone had the same problems, solved them and would like to share them.
Thanks a lot.

Gasper

Reply via email to