On 17/3/03 2:39, "Vadim Gritsenko" <[EMAIL PROTECTED]> 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

Reply via email to