From 74073384229ad8f453c2b92a058cdc5972fe0d3d Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 29 Aug 2015 08:44:33 +0200 Subject: [PATCH] Updated jshop.jar + comment in index.jsp MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- lib/jshop.jar | Bin 77408 -> 77408 bytes web/index.jsp | 7 ++++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/jshop.jar b/lib/jshop.jar index 6fa3918d7eb0453a19ac84b5f5b4375e26cf79a5..b7b2cbcb4e9e1f61f7e12315a169aaa65d34036c 100644 GIT binary patch delta 227 zcmaEGhvmT?7Ty4FW)?061`Y;>9#`3kyc*2iuCf~~4ybSdx$YVXDh8WWpR+QuOn#wN z1SF%i4LE}tSQva6co;$^PtmqvjGcTDNM-^_(aFj>8my%ZtPEw719aRNYr$e`fMTsc zu{NNX_~Z{d`i#9`aZ_Cl)~P`8X<+e6U46#6VDWuG@ufiVWngh8J$=TtU~zXn4c4td n@ogaS&E0x|@0o!voPJ-H(E{Y;?NV}#`s{E=Zx2*uuIpA2a0b1iEr-K o3w%GlR)JAq`WsnBZIGL{OUW_nvrnI(!^pw{a`yH>RYrbJ03zx}6aWAK 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 %> -- 2.39.5