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:44:22 UTC

cvs commit: cocoon-2.1/src/blocks/xmlform/samples samples.xml

reinhard    2003/08/07 01:44:22

  Modified:    src/blocks/xmlform/samples samples.xml
  Log:
  - comment out broken example
  
  Revision  Changes    Path
  1.2       +3 -1      cocoon-2.1/src/blocks/xmlform/samples/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/xmlform/samples/samples.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- samples.xml	13 May 2003 12:06:12 -0000	1.1
  +++ samples.xml	7 Aug 2003 08:44:22 -0000	1.2
  @@ -27,9 +27,11 @@
      Presents a sophisticated form handling demo ... multi-page wizard with two-way navigation, 
      based on a Cocoon Action. 
     </sample>
  +  <!-- 
     <sample name="Flow" href="flow">
      Flow-based XMLForm Cocoon Usage Feedback Wizard Demonstration
  -  </sample>
  +  </sample> 
  +  -->
     <sample name="Controller" href="calc">
      A more configurable action, which borrows some ideas from Jakarta Struts.
     </sample>