Update of /var/cvs/applications/searchrelate/META-INF/tags/mm/searchrelate
In directory james.mmbase.org:/tmp/cvs-serv23352

Modified Files:
        relate.tagx 
Log Message:
support for maxnumber


See also: 
http://cvs.mmbase.org/viewcvs/applications/searchrelate/META-INF/tags/mm/searchrelate


Index: relate.tagx
===================================================================
RCS file: 
/var/cvs/applications/searchrelate/META-INF/tags/mm/searchrelate/relate.tagx,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- relate.tagx 21 Apr 2008 17:40:57 -0000      1.21
+++ relate.tagx 24 Apr 2008 14:41:22 -0000      1.22
@@ -6,7 +6,7 @@
     >
   <!--
       @author Michiel Meeuwissen
-      @version $Id: relate.tagx,v 1.21 2008/04/21 17:40:57 michiel Exp $
+      @version $Id: relate.tagx,v 1.22 2008/04/24 14:41:22 michiel Exp $
   -->
   <jsp:directive.tag
       example="See /mmexamples/searchrelate"
@@ -79,6 +79,7 @@
     <c:if test="${! empty pagesize}"> this.relater.setPageSize(${pagesize}); 
</c:if>
     <c:if test="${! empty maxpages}"> this.relater.setMaxPages(${maxpages}); 
</c:if>
     <c:if test="${! empty context}">  this.relater.setContext('${context}'); 
</c:if>
+    if (this.relater.current != null) this.relater.current.searcher.maxNumber 
= ${current.maxNumber};
     });
     });
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to