You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2004/06/02 03:11:48 UTC

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/flow/javascript woody2.js

antonio     2004/06/01 18:11:48

  Modified:    src/blocks/woody/java/org/apache/cocoon/woody/flow/javascript
                        woody2.js
  Log:
  Fixing woody
  
  Revision  Changes    Path
  1.14      +1 -1      cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/flow/javascript/woody2.js
  
  Index: woody2.js
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/flow/javascript/woody2.js,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- woody2.js	25 Apr 2004 12:12:08 -0000	1.13
  +++ woody2.js	2 Jun 2004 01:11:48 -0000	1.14
  @@ -109,7 +109,7 @@
           // Prematurely add the bizData as a request attribute so that event listeners can use it
           // (the same is done by cocoon.sendPage())
           // FIXME: hack because object model isn't available in flowscript.
  -        var objectModel = org.apache.cocoon.components.CocoonComponentManager.getCurrentEnvironment().getObjectModel();
  +        var objectModel = org.apache.cocoon.environment.internal.EnvironmentHelper.getCurrentEnvironment().getObjectModel();
           org.apache.cocoon.components.flow.FlowHelper.setContextObject(objectModel, bizData);
   
           finished = this.form.process(formContext);