From: Roland Haeder Date: Sat, 29 Aug 2015 06:44:33 +0000 (+0200) Subject: Updated jshop.jar + comment in index.jsp X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=74073384229ad8f453c2b92a058cdc5972fe0d3d;p=pizzaservice-war.git Updated jshop.jar + comment in index.jsp Signed-off-by: Roland Häder --- diff --git a/lib/jshop.jar b/lib/jshop.jar index 6fa3918d..b7b2cbcb 100644 Binary files a/lib/jshop.jar and b/lib/jshop.jar differ diff --git a/web/index.jsp b/web/index.jsp index 5a9abd76..f1ffc9a3 100644 --- a/web/index.jsp +++ b/web/index.jsp @@ -17,14 +17,15 @@ <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> <%@taglib prefix="basket" uri="http://mxchange.org/jshop/tags/basket" %> - - + <%controller.init();%> + + @@ -87,7 +88,7 @@ // Has it been already added to the basket? if (item != null) { - // Some nice output ... + // Item was added to basket %>