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/31 16:28:06 UTC

cvs commit: cocoon-2.1/src/blocks/woody/samples/forms/binding 01value-def.xml

mpo         2003/12/31 07:28:06

  Modified:    src/blocks/woody/samples/forms/binding 01value-def.xml
  Log:
  Setting the write-only field required for the sake of the sample.
  
  Revision  Changes    Path
  1.2       +1 -1      cocoon-2.1/src/blocks/woody/samples/forms/binding/01value-def.xml
  
  Index: 01value-def.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/woody/samples/forms/binding/01value-def.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- 01value-def.xml	30 Dec 2003 17:27:30 -0000	1.1
  +++ 01value-def.xml	31 Dec 2003 15:28:06 -0000	1.2
  @@ -14,7 +14,7 @@
         <wd:datatype base="string" />
       </wd:field>
   
  -    <wd:field id="writeonly" >
  +    <wd:field id="writeonly" required="true">
         <wd:label>String - bound only during save:</wd:label>
         <wd:datatype base="string" />
       </wd:field>