I have a
jsp which uses...
<%@ include file="../WEB-INF/jspf/full-template_top.jspf" %>
...to include the top section of a web page in its content. The jspf file uses variables from the caller jsp to control its output.
Is it possible to include this jspf file into a *servlet* response where, again, the caller (
servlet) can control the jspf output?
Cheers,
James