Update of
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF/tags/edit
In directory
james.mmbase.org:/tmp/cvs-serv10336/edit-webapp/src/webapp/WEB-INF/tags/edit
Modified Files:
ui-table-paging.tagf ui-table.tag
Log Message:
CMSC-990 pagingUtil modify, change page, site create forward to new edit page
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF/tags/edit
See also: http://www.mmbase.org/jira/browse/CMSC-990
Index: ui-table-paging.tagf
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF/tags/edit/ui-table-paging.tagf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- ui-table-paging.tagf 15 Jul 2008 10:06:50 -0000 1.2
+++ ui-table-paging.tagf 28 Jul 2008 14:51:42 -0000 1.3
@@ -47,7 +47,7 @@
</c:if>
<c:choose>
- <c:when test="${pages>0&&pages<14}">
+ <c:when test="${pages>=0&&pages<14}">
<c:forEach var="count" begin="1" end="${pages}">
<[EMAIL PROTECTED] file="ui-table-paging-link.tagf" %>
<c:if test="${count ne pages}"> | </c:if>
Index: ui-table.tag
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF/tags/edit/ui-table.tag,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- ui-table.tag 15 Jul 2008 10:06:50 -0000 1.3
+++ ui-table.tag 28 Jul 2008 14:51:42 -0000 1.4
@@ -2,7 +2,7 @@
<%@ attribute name="items" rtexprvalue="true" required="true"
type="java.util.Collection" %>
<%@ attribute name="var" rtexprvalue="false" required="true"
type="java.lang.String" %>
-<%@ attribute name="size" rtexprvalue="true" required="false"
type="java.lang.Integer" %>
+<%@ attribute name="size" rtexprvalue="true" required="true"
type="java.lang.Integer" %>
<%@ attribute name="requestURI" rtexprvalue="true" required="false"
type="java.lang.String" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs