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

Modified Files:
        relate.tagx 
Log Message:
details


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.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- relate.tagx 24 Apr 2008 14:41:22 -0000      1.22
+++ relate.tagx 24 Apr 2008 20:01:09 -0000      1.23
@@ -6,7 +6,7 @@
     >
   <!--
       @author Michiel Meeuwissen
-      @version $Id: relate.tagx,v 1.22 2008/04/24 14:41:22 michiel Exp $
+      @version $Id: relate.tagx,v 1.23 2008/04/24 20:01:09 michiel Exp $
   -->
   <jsp:directive.tag
       example="See /mmexamples/searchrelate"
@@ -79,7 +79,9 @@
     <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>
+    <c:if test="${! empty current}">
     if (this.relater.current != null) this.relater.current.searcher.maxNumber 
= ${current.maxNumber};
+    </c:if>
     });
     });
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to