Update of /cvsroot/springframework/spring/samples/jpetstore/war/WEB-INF/jsp/struts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15444/samples/jpetstore/war/WEB-INF/jsp/struts
Modified Files:
Tag: mbranch-1-2
Cart.jsp
Log Message:
fixed "Next" link
Index: Cart.jsp
===================================================================
RCS file: /cvsroot/springframework/spring/samples/jpetstore/war/WEB-INF/jsp/struts/Cart.jsp,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -C2 -d -r1.1 -r1.1.4.1
*** Cart.jsp 4 Dec 2003 08:44:22 -0000 1.1
--- Cart.jsp 21 Apr 2006 00:05:13 -0000 1.1.4.1
***************
*** 58,62 ****
<a href="<c:url value="viewCart.do?page=previousCart"/>"><font color="green"><B><< Prev</B></font></a>
</c:if>
! <c:if test="${!cartForm.cart.cartItemList.firstPage}">
<a href="<c:url value="viewCart.do?page=nextCart"/>"><font color="green"><B>Next >></B></font></a>
</c:if>
--- 58,62 ----
<a href="<c:url value="viewCart.do?page=previousCart"/>"><font color="green"><B><< Prev</B></font></a>
</c:if>
! <c:if test="${!cartForm.cart.cartItemList.lastPage}">
<a href="<c:url value="viewCart.do?page=nextCart"/>"><font color="green"><B>Next >></B></font></a>
</c:if>
|