]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
also set basePath ... ;-)
authorRoland Haeder <roland@mxchange.org>
Fri, 28 Aug 2015 09:40:47 +0000 (11:40 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 28 Aug 2015 09:40:47 +0000 (11:40 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

web/admin/category.jsp

index 28a31e3c7ff93ec001c74ccbc46dc912ea1a43a2..1544df0bd1bf7e283f83a6e087626b6a0967b7ae 100644 (file)
@@ -17,6 +17,8 @@
 <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>