I don't want to use any Java code, I just want to use <jsp:include>
or <c:import>
or something to that effect. So that I can use
<c:set var="myPage" value="bufferedPageOutput" />
to output the generated HTML later.
How can I do this with JSP/JSTL/Struts?