You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by dw...@apache.org on 2001/10/17 22:16:56 UTC

cvs commit: jakarta-struts/contrib/validator/docs revision.html

dwinterfeldt    01/10/17 13:16:56

  Modified:    contrib/validator/docs revision.html
  Log:
  Added some comments for revisions not posted on home.earthlink.net/~dwinterfeldt.
  
  Revision  Changes    Path
  1.3       +11 -0     jakarta-struts/contrib/validator/docs/revision.html
  
  Index: revision.html
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/validator/docs/revision.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- revision.html	2001/09/25 18:27:50	1.2
  +++ revision.html	2001/10/17 20:16:56	1.3
  @@ -50,6 +50,17 @@
          <!-- Body -->
          <td valign="top">
             <H2>Revision Info</H2>
  +	   <font size=-1>Update</font><BR>
  +	   <ul>
  +              <li>Changed Javascript to validate for a type of 'select-one' instead of 'select'.  
  +                  Javascript returns 'select-one' for a field's type value.
  +              </li>
  +              <li>Added min and max functions.</li>
  +              <li>Removed code from Validator retrieving the value to be validated.  It wasn't being used and 
  +                  this way as long as you specify a unique name for a field a custom validator that isn't specifically 
  +                  tied to a field won't generate an error in the logs.
  +              </li>
  +	   </ul>
   	   <font size=-1>Update 9/25/2001 (using Struts 9/25/2001 source)</font><BR>
   	   <ul>
                 <li>Upgraded to commons packages for Bean Utils, Collections, and the Digester.</li>