You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by mp...@apache.org on 2003/12/23 12:06:45 UTC

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

mpo         2003/12/23 03:06:45

  Modified:    src/blocks/woody/java/org/apache/cocoon/woody/flow/javascript
                        woody2.js
  Log:
  Defining the form's lookup-string in one place.
  
  Revision  Changes    Path
  1.4       +2 -2      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- woody2.js	29 Sep 2003 12:56:05 -0000	1.3
  +++ woody2.js	23 Dec 2003 11:06:45 -0000	1.4
  @@ -122,7 +122,7 @@
   Form.prototype.showForm = function(uri, bizData) {
   
       if (bizData == undefined) bizData = new Object();
  -    bizData["woody-form"] = this.form;
  +    bizData[Packages.org.apache.cocoon.woody.transformation.WoodyPipelineConfig.WOODY_FORM] = this.form;
   
       if (this.locale == null)
           this.locale = java.util.Locale.getDefault();