~ubuntu-branches/ubuntu/oneiric/libcommons-validator-java/oneiric

« back to all changes in this revision

Viewing changes to src/test/org/apache/commons/validator/validator-regexp.xml

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2004-11-19 13:35:53 UTC
  • Revision ID: james.westby@ubuntu.com-20041119133553-qtl7whjkjv9q1rbd
Tags: upstream-1.3
ImportĀ upstreamĀ versionĀ 1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE form-validation PUBLIC
 
2
     "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.1//EN"
 
3
     "http://jakarta.apache.org/commons/dtds/validator_1_1.dtd">
 
4
     
 
5
<form-validation>
 
6
   <global>
 
7
      <validator name="email"
 
8
                 classname="org.apache.commons.validator.TestValidator"
 
9
                 method="validateEmail"
 
10
                 methodParams="java.lang.Object,org.apache.commons.validator.Field"
 
11
                 msg=""/>
 
12
   </global>
 
13
   <formset>
 
14
      <form name="emailForm">
 
15
         <field property="value" depends="email"/>
 
16
      </form>
 
17
   </formset>   
 
18
</form-validation>