Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 8997 invoked by uid 500); 17 Mar 2003 16:00:25 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 8969 invoked from network); 17 Mar 2003 16:00:24 -0000 Received: from subastopol.com (217.11.106.164) by daedalus.apache.org with SMTP; 17 Mar 2003 16:00:24 -0000 Received: from pccillo (121.Red-80-32-172.pooles.rima-tde.net [80.32.172.121]) (authenticated bits=0) by subastopol.com (8.12.8/8.12.8) with ESMTP id h2HFxvfr004239 for ; Mon, 17 Mar 2003 17:00:21 +0100 Message-ID: <00ed01c2ec9e$48ac1420$02001aac@pccillo> From: "Josema Alonso" To: References: <001301c2ec20$a2342470$02001aac@pccillo> <3E7522EA.7080108@verizon.net> Subject: Re: calling Cocoon servlet from a external one Date: Mon, 17 Mar 2003 16:59:46 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Vadim, > "result of the Cocoon processing in my JSP" + "Response already > committed" --> you are trying to call Cocoon too late in the game; it > must be before you commit your response, i.e., call Cocoon before you > have any other content generated by JSP. I thought so. I tried it at the beginning and it works there, but that's not where I want to put the data generated by Cocoon. I should investigate more. > Take a look at new CocoonBean - programmatic access to the Cocoon. May > be it will help. This sounds like something I could use for the task. Unfortunately I'm tied to 2.0.4 for this project :-( Thanks for your help. --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-users-help@xml.apache.org