You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by mr...@apache.org on 2005/02/28 00:54:40 UTC

svn commit: r155650 - struts/core/trunk/doc/userGuide/configuration.xml

Author: mrdon
Date: Sun Feb 27 15:54:39 2005
New Revision: 155650

URL: http://svn.apache.org/viewcvs?view=rev&rev=155650
Log:
Adding chainConfig init parameter documentation

Modified:
    struts/core/trunk/doc/userGuide/configuration.xml

Modified: struts/core/trunk/doc/userGuide/configuration.xml
URL: http://svn.apache.org/viewcvs/struts/core/trunk/doc/userGuide/configuration.xml?view=diff&r1=155649&r2=155650
==============================================================================
--- struts/core/trunk/doc/userGuide/configuration.xml (original)
+++ struts/core/trunk/doc/userGuide/configuration.xml Sun Feb 27 15:54:39 2005
@@ -707,7 +707,14 @@
         <code>ModuleConfig</code> interface. 
          [org.apache.struts.config.impl.DefaultModuleConfigFactory]
         </li>
-
+        <li>
+        <strong>chainConfig</strong> - Comma-separated list of either 
+        context-relative or classloader path(s) to load commons-chain catalog
+        definitions from.  If none specified, the default Struts catalog that is
+        provided with Struts will be used. (Since Struts 1.3)
+        </li>
+        
+ 
     </ul>
 
      <p>



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