Author: michiel
Date: 2010-04-20 15:14:05 +0200 (Tue, 20 Apr 2010)
New Revision: 41975

Modified:
   mmbase/branches/MMBase-1_9/base-webapp/src/main/webapp/WEB-INF/web.xml
Log:
MMB-1653 (default searchdir)

Modified: mmbase/branches/MMBase-1_9/base-webapp/src/main/webapp/WEB-INF/web.xml
===================================================================
--- mmbase/branches/MMBase-1_9/base-webapp/src/main/webapp/WEB-INF/web.xml      
2010-04-20 13:12:46 UTC (rev 41974)
+++ mmbase/branches/MMBase-1_9/base-webapp/src/main/webapp/WEB-INF/web.xml      
2010-04-20 13:14:05 UTC (rev 41975)
@@ -124,7 +124,12 @@
     <param-value>false</param-value>
   </context-param>
 
+  <context-param>
+    <param-name>mmbase.defaultRelationStepDirection</param-name>
+    <param-value>BOTH</param-value> <!-- consider DESTINATION -->
+  </context-param>
 
+
   <!--
        Whether URL's generated to images must include a filename.
        Possible values are: 'yes' (from filename field, or from title), 'no', 
or '' (only if the 'filename' field is present, and filled).

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to