rleland     2002/11/15 21:06:48

  Modified:    doc/userGuide dev_validator.xml
  Log:
  Document know bug in commons-validator that breaks code
  trying to validate non-default LOCALE's.
  
  Revision  Changes    Path
  1.14      +9 -0      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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- dev_validator.xml 14 Nov 2002 19:25:15 -0000      1.13
  +++ dev_validator.xml 16 Nov 2002 05:06:48 -0000      1.14
  @@ -56,6 +56,15 @@
   </li>
   </ul>
   </section>
  +<section href="validator-bugs" name="Known Bugs">
  +<p> The Struts Validator relies on the commons-validator. As of November 15 there
  +is a bug for non default LOCALE's that prevents validation from working.
  +Stated another way, if the browser and server locales do not match, validation will 
fail.
  +See 
  +<a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14384";>Bugzilla bug 
14384 </a>.
  +Until the commons validator is fixed, you must rebuild the validator with this 
patch applied.
  +</p>
  +</section>
   <section href="validator-changes" name="Changes and deprecations">
   
   <p> <strong>Validating against the DTD in the commons-validator.jar. </strong></p>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to