Author: michiel
Date: 2010-03-16 18:57:16 +0100 (Tue, 16 Mar 2010)
New Revision: 41440

Modified:
   
mmbase/trunk/applications/searchrelate/src/main/resources/META-INF/tags/mm/searchrelate/relatednodes.tagx
Log:
added warning

Modified: 
mmbase/trunk/applications/searchrelate/src/main/resources/META-INF/tags/mm/searchrelate/relatednodes.tagx
===================================================================
--- 
mmbase/trunk/applications/searchrelate/src/main/resources/META-INF/tags/mm/searchrelate/relatednodes.tagx
   2010-03-16 17:57:00 UTC (rev 41439)
+++ 
mmbase/trunk/applications/searchrelate/src/main/resources/META-INF/tags/mm/searchrelate/relatednodes.tagx
   2010-03-16 17:57:16 UTC (rev 41440)
@@ -333,6 +333,10 @@
 
     <div id="${rid}" class="list ${parameters.query.nodeManager.name} 
${pageContext.request.method}">
 
+      <c:if test="${! parameters.autosubmit and empty 
mm:property('org.mmbase.cloud.sessionname')}">
+        <jsp:text>WARNING: Non-autosubmitting mm-sr:relatednodes tag does not 
work for clouds not in the session (<mm:cloudinfo type="rank" />/<mm:cloudinfo 
type="user" />). It needs to keep track of transactions. </jsp:text>
+      </c:if>
+
       <c:if test="${! empty idvar}">
         <mm:write request="${idvar}" referid="rid" />
         <jsp:doBody />

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

Reply via email to