You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by tu...@apache.org on 2003/02/08 01:35:28 UTC

cvs commit: jakarta-struts/doc/userGuide dev_validator.xml

turner      2003/02/07 16:35:28

  Modified:    doc/userGuide dev_validator.xml
  Log:
  Document issue raised in pr 16609.
  
  Will fix bug in 1.2
  
  Revision  Changes    Path
  1.21      +6 -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.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- dev_validator.xml	19 Jan 2003 00:40:41 -0000	1.20
  +++ dev_validator.xml	8 Feb 2003 00:35:28 -0000	1.21
  @@ -131,6 +131,12 @@
       If the resource attribute is set to false, it will pass in the value directly
       without retrieving the value from the message resources.
       </p>
  +    <p>
  +    Note that as of the Struts 1.1 release, you must explicitly define your message
  +    resource in any module that is going to use the Validator, due to a problem
  +    accessing the top-level resource.  This only effects applications which are
  +    using modules.
  +    </p>
   
   <pre><code><![CDATA[
   <field
  
  
  

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