Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 33552 invoked from network); 13 Jul 2005 12:54:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jul 2005 12:54:30 -0000 Received: (qmail 53412 invoked by uid 500); 13 Jul 2005 12:54:02 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 53291 invoked by uid 500); 13 Jul 2005 12:54:01 -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 List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 53265 invoked by uid 99); 13 Jul 2005 12:54:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2005 05:54:01 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jonnybecker@gmx.net designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 13 Jul 2005 05:53:57 -0700 Received: (qmail 21262 invoked by uid 0); 13 Jul 2005 12:53:57 -0000 Received: from 84.154.80.239 by www48.gmx.net with HTTP; Wed, 13 Jul 2005 14:53:57 +0200 (MEST) Date: Wed, 13 Jul 2005 14:53:57 +0200 (MEST) From: "Johannes Becker" To: users@cocoon.apache.org MIME-Version: 1.0 Subject: =?ISO-8859-1?Q?Flow_-_How_to_set_variables_after_sendPage?= X-Priority: 3 (Normal) X-Authenticated: #22981904 Message-ID: <1691.1121259237@www48.gmx.net> X-Mailer: WWW-Mail 1.6 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I've got a function. function myFunc(){ ... cocoon.sendPage("xxx", { myVariable: myVariable, }); } Right after this cocoon.sendPage I want to set a global variable (in my case myVariable) "automatically": myVariable = null; But how can I do that? Thanks Jonny -- GMX DSL = Maximale Leistung zum minimalen Preis! 2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org