You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by br...@apache.org on 2003/07/23 17:20:14 UTC

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

bruno       2003/07/23 08:20:14

  Modified:    src/blocks/woody/samples welcome.xml
  Log:
  link to new bean-binding example
  
  Revision  Changes    Path
  1.4       +2 -1      cocoon-2.1/src/blocks/woody/samples/welcome.xml
  
  Index: welcome.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/woody/samples/welcome.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- welcome.xml	22 Jul 2003 11:51:17 -0000	1.3
  +++ welcome.xml	23 Jul 2003 15:20:14 -0000	1.4
  @@ -17,7 +17,8 @@
     <sample name="Flowscript" href="form1.flow">The same sample as above using Flowscript.</sample>
   
     <sample name="Registration" href="registration">A simple registration form.</sample>
  -  <sample name="Binding" href="form2.flow">A form for just editing an XML file. (should work with simple java-beans as well)</sample>
  +  <sample name="XML Binding" href="form2xml.flow">A form for just editing an XML file.</sample>
  +  <sample name="Bean Binding" href="form2bean.flow">A form for just editing a Java bean</sample>
    </group>
   
   </samples>