rleland     2002/10/24 11:42:20

  Modified:    doc/userGuide dev_validator.xml
  Log:
  Updates changes to the validator behavior.
  
  Revision  Changes    Path
  1.8       +11 -5     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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- dev_validator.xml 19 Oct 2002 21:44:53 -0000      1.7
  +++ dev_validator.xml 24 Oct 2002 18:42:20 -0000      1.8
  @@ -21,11 +21,17 @@
   <ul>
   <li> Conditionally required fields</li>
   <li> intRange() &amp; floatRange() methods in both JavaScript and Java</li>
  -<li> Do <strong>not</strong> use the &lt;script/&gt; to include static java script
  -as in the old validator example.
  - </li>
  -<li> deprecation of range() methods in both JavaScript and Java</li>
  -<li> deprecation of StrutsVlaidator &amp; StrutsValidatorUtil</li>
  +</ul>
  +<p> There have also been changes in the validator behavior and deprecation of 
functionality
  +</p>
  +<ul>
  +<li> The validator xml files now validate against the DTD stored in the 
commons-validator.jar. </li>
  +<li> The default valiator-rules.xml now ignores blank fields for all the basic 
validation types.
  +If you require a field to be present then to your applications validator.xml 
  +field definition add "required" to the depends attribute.</li>
  +<li> The Javascript Tag has new attributes defined. </li>
  +<li> Deprecation of range() methods in both JavaScript and Java</li>
  +<li> Deprecation of StrutsVlaidator &amp; StrutsValidatorUtil</li>
   </ul>
   
   <p>
  
  
  

--
To unsubscribe, e-mail:   <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>

Reply via email to