From: Roland Haeder Date: Fri, 28 Aug 2015 09:36:56 +0000 (+0200) Subject: 'app' was the old name, now it is 'controller' X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=29e4e28301e18821a37dacbfe982fcf5dd3951c6;p=pizzaservice-war.git 'app' was the old name, now it is 'controller' Signed-off-by:Roland Häder --- diff --git a/web/admin/category.jsp b/web/admin/category.jsp index b9a0bd40..28a31e3c 100644 --- a/web/admin/category.jsp +++ b/web/admin/category.jsp @@ -67,7 +67,7 @@ ${category.decodedTitle} - ${app.generateLinkForParent(category)} + ${controller.generateLinkForParent(category)} diff --git a/web/admin/product.jsp b/web/admin/product.jsp index 3ca9d432..71221e72 100644 --- a/web/admin/product.jsp +++ b/web/admin/product.jsp @@ -81,10 +81,10 @@ ${product.price} - ${app.getPrintableProduktCategory(product)} + ${controller.getPrintableProduktCategory(product)} - ${app.getPrintableProduktAvailability(product)} + ${controller.getPrintableProduktAvailability(product)}