Author: michiel
Date: 2010-03-16 12:08:00 +0100 (Tue, 16 Mar 2010)
New Revision: 41410

Modified:
   
mmbase/branches/MMBase-1_9/applications/searchrelate/src/main/webapp/mmbase/searchrelate/list/lazy-part.jspx
Log:
a detail, commuicate the config to the lazy loaded part too

Modified: 
mmbase/branches/MMBase-1_9/applications/searchrelate/src/main/webapp/mmbase/searchrelate/list/lazy-part.jspx
===================================================================
--- 
mmbase/branches/MMBase-1_9/applications/searchrelate/src/main/webapp/mmbase/searchrelate/list/lazy-part.jspx
        2010-03-16 10:45:57 UTC (rev 41409)
+++ 
mmbase/branches/MMBase-1_9/applications/searchrelate/src/main/webapp/mmbase/searchrelate/list/lazy-part.jspx
        2010-03-16 11:08:00 UTC (rev 41410)
@@ -10,7 +10,10 @@
   <mm:import externid="href" required="true" />
   <mm:import externid="node" required="true" />
   <mm:import externid="requestID" required="true" />
-  <mm:content language="${parameters.language}" type="text/html" expires="0">
+  <c:if test="${! empty parameters.config}">
+    <mm:write  request="org.mmbase.searchrelate.config" 
value="${parameters.config}" />
+  </c:if>
+  <mm:locale language="${parameters.language}">
     <mm:cloud method="asis">
       <div
           xmlns="http://www.w3.org/1999/xhtml";>
@@ -46,6 +49,6 @@
         </c:choose>
       </div>
     </mm:cloud>
-  </mm:content>
+  </mm:locale>
 
 </jsp:root>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to