You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2003/08/07 10:45:11 UTC

cvs commit: cocoon-2.1/src/blocks/xmlform/java/org/apache/cocoon/components/flow/javascript xmlForm.js

reinhard    2003/08/07 01:45:11

  Modified:    src/blocks/xmlform/java/org/apache/cocoon/components/flow/javascript
                        xmlForm.js
  Log:
  - add a warning that the objectmodel used by the script is not supported any more
  
  Revision  Changes    Path
  1.2       +10 -1     cocoon-2.1/src/blocks/xmlform/java/org/apache/cocoon/components/flow/javascript/xmlForm.js
  
  Index: xmlForm.js
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/xmlform/java/org/apache/cocoon/components/flow/javascript/xmlForm.js,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xmlForm.js	25 Apr 2003 08:34:57 -0000	1.1
  +++ xmlForm.js	7 Aug 2003 08:45:11 -0000	1.2
  @@ -1,3 +1,12 @@
  +/*
  + +-----------------------------------------------------------------------------+
  + |                                                                             |
  + |   This flowscript is based upon a unsupported object model. Please checkout |
  + |   the JXForms blocks.                                                       |
  + |                                                                             | 
  + +-----------------------------------------------------------------------------+
  +*/
  +
   //
   // CVS $Id$
   //