]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Updated jshop.jar + comment in index.jsp
authorRoland Haeder <roland@mxchange.org>
Sat, 29 Aug 2015 06:44:33 +0000 (08:44 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 29 Aug 2015 06:44:33 +0000 (08:44 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
lib/jshop.jar
web/index.jsp

index 6fa3918d7eb0453a19ac84b5f5b4375e26cf79a5..b7b2cbcb4e9e1f61f7e12315a169aaa65d34036c 100644 (file)
Binary files a/lib/jshop.jar and b/lib/jshop.jar differ
index 5a9abd7616fffa92ccd1849bef616117f7a3e022..f1ffc9a3a639b63074590c390f8adeec31d15e5f 100644 (file)
 <%@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" %>
-<jsp:useBean id="controller" scope="session" class="org.mxchange.pizzaapplication.beans.controller.PizzaServiceBean" type="PizzaBean" />
 
-<c:set var="basePath" value="${pageContext.request.contextPath}" />
+<jsp:useBean id="controller" scope="session" class="org.mxchange.pizzaapplication.beans.controller.PizzaServiceBean" type="PizzaBean" />
 
 <jsp:setProperty name="controller" property="application" value="${pageContext.servletContext}" />
 <jsp:setProperty name="controller" property="basket" value="${basket}" />
 <%controller.init();%>
 
+<c:set var="basePath" value="${pageContext.request.contextPath}" />
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
        <head>
@@ -87,7 +88,7 @@
 
                                        // Has it been already added to the basket?
                                        if (item != null) {
-                                               // Some nice output ...
+                                               // Item was added to basket
                                                %>
                                                <table class="table">
                                                        <tbody>