Hello, I want to do something like the following code:
<t:buffer into="#{list}">
<jsp:include page="subs/articles/articleDetails.jsp"/>
</t:buffer>
but this does not work. Can I use include inside the buffer and if not,
why not?
Thanks, Markus

