dwinterfeldt    01/10/17 13:19:27

  Modified:    
contrib/validator/src/jdbc-example/com/wintecinc/struts/example/validator/jdbc
                        ApplicationResources.properties
                        ApplicationResources_fr.properties
  Log:
  Added min and max length error messages.
  
  Revision  Changes    Path
  1.2       +2 -0      
jakarta-struts/contrib/validator/src/jdbc-example/com/wintecinc/struts/example/validator/jdbc/ApplicationResources.properties
  
  Index: ApplicationResources.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/contrib/validator/src/jdbc-example/com/wintecinc/struts/example/validator/jdbc/ApplicationResources.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ApplicationResources.properties   2001/07/09 03:15:14     1.1
  +++ ApplicationResources.properties   2001/10/17 20:19:27     1.2
  @@ -17,6 +17,8 @@
   errors.ioException=I/O exception rendering error messages: {0}
   error.database.missing=<li>User database is missing, cannot validate logon 
credentials</li>
   errors.required={0} is required.
  +errors.minlength={0} can not be less than {1} characters.
  +errors.maxlength={0} can not be greater than {1} characters.
   errors.invalid={0} is invalid.
   
   errors.byte={0} must be an byte.
  
  
  
  1.2       +2 -0      
jakarta-struts/contrib/validator/src/jdbc-example/com/wintecinc/struts/example/validator/jdbc/ApplicationResources_fr.properties
  
  Index: ApplicationResources_fr.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/contrib/validator/src/jdbc-example/com/wintecinc/struts/example/validator/jdbc/ApplicationResources_fr.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ApplicationResources_fr.properties        2001/07/09 03:15:14     1.1
  +++ ApplicationResources_fr.properties        2001/10/17 20:19:27     1.2
  @@ -17,6 +17,8 @@
   errors.ioException=Exception de E/S rendant des messages d'erreur: {0}
   error.database.missing=<li>La base de données d'utilisateur est manquante, ne peut 
pas valider des qualifications de procédure de connexion </li>
   errors.required={0} est exigé.
  +errors.minlength=Le {0} ne peut pas être moins de {1} caractères.
  +errors.maxlength=Le {0} ne peut pas être les caractères {1} plus grands que. 
   errors.invalid={0} est incorrect.
   
   errors.byte=Le {0} doit être un nombre byte.
  
  
  


Reply via email to