You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/01/07 06:22:22 UTC

svn commit: r366664 - /struts/shale/trunk/xdocs/features-commons-validator.xml

Author: wsmoak
Date: Fri Jan  6 21:22:16 2006
New Revision: 366664

URL: http://svn.apache.org/viewcvs?rev=366664&view=rev
Log:
Added a link to the examples on the Wiki.

Modified:
    struts/shale/trunk/xdocs/features-commons-validator.xml

Modified: struts/shale/trunk/xdocs/features-commons-validator.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/xdocs/features-commons-validator.xml?rev=366664&r1=366663&r2=366664&view=diff
==============================================================================
--- struts/shale/trunk/xdocs/features-commons-validator.xml (original)
+++ struts/shale/trunk/xdocs/features-commons-validator.xml Fri Jan  6 21:22:16 2006
@@ -133,16 +133,23 @@
 
       <p>In this example, the default validator-rules.xml file will be loaded
       from the shale-core.jar archive, and the custom-rules.xml file will be
-      loaded from WEB-INF. If you need to replace one of the provided rules,
+      loaded from WEB-INF.</p>
+      
+      <p>To replace one of the provided rules,
       place a modified copy of 
       <a href="http://svn.apache.org/repos/asf/struts/shale/trunk/core-library/src/conf/validator-rules.xml">validator-rules.xml</a>
       in your webapp, and refer to it instead of the default file.</p>
 
-      <p>If you need to add messages for your own validation rules, or to
+      <p>To add messages for your own validation rules, or to
       customize the 
       <a href="http://svn.apache.org/repos/asf/struts/shale/trunk/core-library/src/java/org/apache/shale/validator/messages.properties">provided messages,</a>
       configure a message bundle for your application in 
       /WEB-INF/faces-config.xml.</p>
+      
+      <p>More information on Shale's Commons Validator integration, including
+      step-by-step examples, can be found on the 
+      <a href="http://wiki.apache.org/struts/ShaleValidation">ShaleValidation</a>
+      Wiki page.</p>
       
       </subsection>
       



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