Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 17230 invoked from network); 4 Apr 2004 06:34:58 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Apr 2004 06:34:58 -0000 Received: (qmail 96094 invoked by uid 500); 4 Apr 2004 06:34:33 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 96057 invoked by uid 500); 4 Apr 2004 06:34:32 -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 96043 invoked from network); 4 Apr 2004 06:34:32 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 4 Apr 2004 06:34:32 -0000 Received: (qmail 17485 invoked by uid 50); 4 Apr 2004 06:35:23 -0000 Date: 4 Apr 2004 06:35:23 -0000 Message-ID: <20040404063523.17484.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@cocoon.apache.org Cc: Subject: DO NOT REPLY [Bug 28179] - coocon.handleContinuation() does not restore pageLocal variables 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 DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=28179 coocon.handleContinuation() does not restore pageLocal variables ------- Additional Comments From ouzo@wlkp.org 2004-04-04 06:35 ------- If so, why is this code available (fom_system.js)? : FOM_Cocoon.prototype.handleContinuation = function(k, wk) { k(wk); } And as I have written before - it works perfectly without pageLocal variables used. I think it is important to be able to call continuation from flow if you just have an ID. Imagine you have a form posted with hidden fields that have 3 continuation ID's and in flowscript you decide which one to fire.