dgraham     2003/03/18 20:49:04

  Modified:    doc/userGuide dev_validator.xml
  Log:
  Remove duplicate example.
  
  Revision  Changes    Path
  1.29      +0 -15     jakarta-struts/doc/userGuide/dev_validator.xml
  
  Index: dev_validator.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/dev_validator.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- dev_validator.xml 16 Mar 2003 16:30:14 -0000      1.28
  +++ dev_validator.xml 19 Mar 2003 04:49:04 -0000      1.29
  @@ -91,21 +91,6 @@
       validator's name attribute.
       </p>
   
  -<pre><code><![CDATA[
  -<field
  -    property="lastName"
  -    depends="required,mask">
  -    <msg
  -        name="mask"
  -        key="registrationForm.lastname.maskmsg"/>
  -    <arg0 key="registrationForm.lastname.displayname"/>
  -    <var>
  -        <var-name>mask</var-name>
  -        <var-value>^[a-zA-Z]*$</var-value>
  -    </var>
  -</field>
  -]]></code></pre>
  -
       <p>
       The arguments for error messages can be set with the arg0-arg3 elements.
       If the arg0-arg3 elements' name attribute isn't set, it will become the
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to