Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 74805 invoked from network); 6 May 2004 15:25:19 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 May 2004 15:25:19 -0000 Received: (qmail 41123 invoked by uid 500); 6 May 2004 15:07:21 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 41100 invoked by uid 500); 6 May 2004 15:07:21 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 41063 invoked from network); 6 May 2004 15:07:20 -0000 Received: from unknown (HELO mail.itconnect.no) (80.89.32.22) by daedalus.apache.org with SMTP; 6 May 2004 15:07:20 -0000 Received: from askilddell (sinas.sdsl-rgn.isk-tv.no [80.89.35.120]) by mail.itconnect.no (8.12.8/8.12.8) with ESMTP id i46Diko9024957 for ; Thu, 6 May 2004 15:44:50 +0200 From: "Askild Aaberg Olsen" To: Subject: Woody/CForms: Extending bound XML through pipeline Date: Thu, 6 May 2004 15:44:34 +0200 Message-ID: <000a01c43370$469a0830$4001a8c0@askilddell> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-ITCMAIL-MailScanner-Information: Denne e-posten har passert itConnect AS sin virus vask (internett@itconnect.no) X-ITCMAIL-MailScanner: Found to be clean X-MailScanner-From: askild@xangeli.com X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I have a document bound to a form, and whenewer a specific event occurs, I would like to: * pass the bound document to a pipeline * transform it * redisplay the form again with the transformed document. This is my current approach to the on-action in the model: form.save(document); ...somthing that runs the document through the pipeline... form.load(document); This approach seems to work, e.g. the document is correctly redisplayed in the form, but I lack the part running the document through the pipeline. Any clues or hints, or am I way off here conceptually? I'm using Cocoon 2.1.4 with flow.js V2. Askild --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org