Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 23444 invoked by uid 500); 17 Mar 2003 02:54:56 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 23429 invoked from network); 17 Mar 2003 02:54:55 -0000 Received: from unknown (HELO pulse.betaversion.org) (217.158.110.65) by daedalus.apache.org with SMTP; 17 Mar 2003 02:54:55 -0000 Received: (qmail 25836 invoked from network); 17 Mar 2003 02:55:03 -0000 Received: from unknown (HELO ?217.158.110.71?) (217.158.110.71) by pulse.betaversion.org with SMTP; 17 Mar 2003 02:55:03 -0000 User-Agent: Microsoft-Entourage/10.1.1.2418 Date: Mon, 17 Mar 2003 02:55:02 +0000 Subject: Re: [PROPOSAL] Continuation in objectModel, Was: Discussion of Flow Issues From: Pier Fumagalli To: Message-ID: In-Reply-To: <3E753548.9000009@verizon.net> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On 17/3/03 2:39, "Vadim Gritsenko" wrote: > > Change will affect files: > src\java\org\apache\cocoon\components\flow\AbstractInterpreter.java > src\blocks\velocity\java\org\apache\cocoon\generation\FlowVelocityGenerator.ja > va > src\java\org\apache\cocoon\transformation\JPathTransformer.java > src\java\org\apache\cocoon\transformation\XMLFormTransformer.java > src\java\org\apache\cocoon\components\language\markup\xsp\java\jpath.xsl > > And it will no affect any .js files, so what have you meant here? I have > not thought of changing javascript side of things, only how these > objects are stored / passed in Cocoon. Hit return too fast... Somehow I was remembering that this: environment.setAttribute("bean-dict", bizData); if (continuation != null) environment.setAttribute("kont", continuation); currently defined in AbstractInterpreter was actually written in "system.js" just before calling "cocoon.forwardTo"... The environment is returned by JSCocoon as a read-only attribute called "environment"... Ahh... Forgetit.... Pier