Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 52243 invoked from network); 27 Dec 2003 00:57:49 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 27 Dec 2003 00:57:49 -0000 Received: (qmail 90171 invoked by uid 500); 27 Dec 2003 00:57:31 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 90121 invoked by uid 500); 27 Dec 2003 00:57:30 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 90108 invoked from network); 27 Dec 2003 00:57:30 -0000 Received: from unknown (HELO wkwyw.ensim.dedicated-servers.co.uk) (217.199.181.91) by daedalus.apache.org with SMTP; 27 Dec 2003 00:57:30 -0000 Received: from saafe.org (host-64-110-159-110.interpacket.net [64.110.159.110]) (authenticated (0 bits)) by wkwyw.ensim.dedicated-servers.co.uk (8.11.6/8.11.6) with ESMTP id hBR15Or16771 for ; Sat, 27 Dec 2003 01:05:25 GMT Message-ID: <3FECD8F7.9040505@saafe.org> Date: Fri, 26 Dec 2003 20:57:27 -0400 From: Ross Gardler User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: Flow in Forrest References: <3FECD6CE.4000808@saafe.org> In-Reply-To: <3FECD6CE.4000808@saafe.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Ross Gardler wrote: > So it would appear the initialisation of the engine is not occuring. > Anyone know why? Sorry to reply to my own post, but I have a little more info that may be useful. I have verified that the system.js file is indeed being executed by inserting some code to indicate the fact. I can confirm it is being executed, but still get the sendPageAndWait is not a function error. The flow code I am using is just a copy of the calculator code, however, the page it is trying to send doesn't exist. Is this a badly reported error perhaps? Ross