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:41:05 UTC

cvs commit: cocoon-2.1/src/blocks/xmlform/samples/flow feedbackWizard.js

reinhard    2003/08/07 01:41:05

  Modified:    src/blocks/xmlform/samples/flow feedbackWizard.js
  Log:
  - add a warning that the objectmodel used by the script is not supported any more
  
  Revision  Changes    Path
  1.2       +9 -0      cocoon-2.1/src/blocks/xmlform/samples/flow/feedbackWizard.js
  
  Index: feedbackWizard.js
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/xmlform/samples/flow/feedbackWizard.js,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- feedbackWizard.js	25 Apr 2003 08:34:58 -0000	1.1
  +++ feedbackWizard.js	7 Aug 2003 08:41:04 -0000	1.2
  @@ -1,3 +1,12 @@
  +/*
  + +-----------------------------------------------------------------------------+
  + |                                                                             |
  + |   This flowscript is based upon a unsupported object model. Please checkout |
  + |   the JXForms blocks.                                                       |
  + |                                                                             | 
  + +-----------------------------------------------------------------------------+
  +*/
  +
   // XML Form Feedback Wizard Application
   
   cocoon.load("resource://org/apache/cocoon/components/flow/javascript/xmlForm.js");