C2/Tomcat 3.2.2: Include Cocoon-Content in JSP

2001-07-03 Thread Stefan Seifert
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

Re: C2/Tomcat 3.2.2: Include Cocoon-Content in JSP

2001-07-03 Thread Jeff Turner
On Tue, Jul 03, 2001 at 10:39:19PM +0200, Stefan Seifert wrote: 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%