Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 84687 invoked from network); 16 Oct 2004 13:51:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Oct 2004 13:51:16 -0000 Received: (qmail 76574 invoked by uid 500); 16 Oct 2004 13:50:46 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 76519 invoked by uid 500); 16 Oct 2004 13:50:46 -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 76503 invoked by uid 99); 16 Oct 2004 13:50:46 -0000 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 (hermes.apache.org: domain of ap-cocoon-users@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO main.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 16 Oct 2004 06:50:44 -0700 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CIoxF-0001H6-00 for ; Sat, 16 Oct 2004 15:50:41 +0200 Received: from geb95.g.pppool.de ([80.185.235.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Oct 2004 15:50:41 +0200 Received: from jh by geb95.g.pppool.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Oct 2004 15:50:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@cocoon.apache.org From: Jorg Heymans Subject: Re: authentication framework and continuations Date: Sat, 16 Oct 2004 15:50:05 +0200 Lines: 30 Message-ID: References: <20041014204208.45650.qmail@web53309.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: geb95.g.pppool.de User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en In-Reply-To: <20041014204208.45650.qmail@web53309.mail.yahoo.com> Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > > > > value="arrayadmin_bind.xml"/> > > > > function arrayAdmin() { > function arrayAdmin() { ........ > // Let Cocoon Forms handle the form > if(form.submitId == "save") { > form.save(bean); > dao.setObject(bean); > form.showForm("arrayAdmin"); //this same function > } showForm("arrayAdmin") calls a pipeline that matches "arrayAdmin", but in that pipeline you call the function "arrayAdmin" again. Are you sure this is how it's supposed to work? I think that is the source of your infinite loop. Regards Jorg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org