I want to include the result of a cocoon transformation as part of
another JSP Page as follows:
... jsp content ...
<%
String strIncludeURL = "../cocoon/meeting_agenda.htm?MeetingID=1";
%>
<jsp:include page="<%=strIncludeURL%>" flush="true"/>
... jsp content ...
Unfortunately this does not work. If i use a JSP page as include
destination it works. If i type in the Coccon-URL directly, i get the
content right. But in combination i get nothing. The cocoon servlet is
mapped on /cocoon/*. meeting_agenda.htm is the result of an C2 pipeline
serialized as HTML.
Any ideas how to include a cocoon page in a JSP page? I've found a
sample using jsp:include with C1, but this seems not to work with C2.
Stefan
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>