Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 95778 invoked from network); 22 Jul 2004 22:15:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Jul 2004 22:15:45 -0000 Received: (qmail 72237 invoked by uid 500); 22 Jul 2004 22:15:35 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 72176 invoked by uid 500); 22 Jul 2004 22:15:34 -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 72163 invoked by uid 99); 22 Jul 2004 22:15:34 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [194.217.242.91] (HELO anchor-post-33.mail.demon.net) (194.217.242.91) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 22 Jul 2004 15:15:32 -0700 Received: from colina.demon.co.uk ([80.177.30.27]) by anchor-post-33.mail.demon.net with esmtp (Exim 3.35 #1) id 1BnlqW-000KpT-0X for users@cocoon.apache.org; Thu, 22 Jul 2004 22:15:24 +0000 Received: from colina.demon.co.uk (localhost.localdomain [127.0.0.1]) by colina.demon.co.uk (8.12.11/8.12.11) with ESMTP id i6MMEKuj017750 for ; Thu, 22 Jul 2004 23:14:20 +0100 Received: (from colin@localhost) by colina.demon.co.uk (8.12.11/8.12.11/Submit) id i6MMEKGD017745; Thu, 22 Jul 2004 23:14:20 +0100 To: users@cocoon.apache.org Subject: Unfathomable behaviour from flowscript From: Colin Paul Adams Date: 22 Jul 2004 23:14:19 +0100 Message-ID: Lines: 80 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The following is a cut-down version of a flowscript function that I am using to display a form: function dbxmlevents2xml ( form ) { var finish_page = "calendar.html" // Get the documentURI parameter from the sitemap which contains the // location of the file to be edited. cocoon.session.setMaxInactiveInterval ( 300 ) // Five minutes var documentURI = cocoon.parameters["documentURI"] try { //