You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ha...@apache.org on 2003/09/27 18:20:21 UTC

cvs commit: jakarta-tapestry/framework/src/org/apache/tapestry/valid ValidationStrings.properties

harishkswamy    2003/09/27 09:20:21

  Modified:    framework/src/org/apache/tapestry/valid
                        ValidationStrings.properties
  Log:
  New validation message for pattern mismatch added.
  
  Revision  Changes    Path
  1.3       +4 -2      jakarta-tapestry/framework/src/org/apache/tapestry/valid/ValidationStrings.properties
  
  Index: ValidationStrings.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/org/apache/tapestry/valid/ValidationStrings.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ValidationStrings.properties	18 Apr 2003 16:14:26 -0000	1.2
  +++ ValidationStrings.properties	27 Sep 2003 16:20:21 -0000	1.3
  @@ -16,4 +16,6 @@
   
   number-range={0} must be between {1} and {2}.
   
  -invalid-email-format=Invalid email format for {0}.  Format is user@hostname.
  \ No newline at end of file
  +invalid-email-format=Invalid email format for {0}.  Format is user@hostname.
  +
  +pattern-not-matched={0} does not fulfill the required pattern {1}.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org