From: Roland Haeder Date: Fri, 28 Aug 2015 13:08:36 +0000 (+0200) Subject: No, had to revert a commit as it didn't seem to work. :-( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=01eefa8d200890c6be32a463a3d4bf71096c0db1;p=pizzaservice-war.git No, had to revert a commit as it didn't seem to work. :-( Signed-off-by:Roland Häder --- diff --git a/web/admin/category.jsp b/web/admin/category.jsp index b64a44e3..744b04bb 100644 --- a/web/admin/category.jsp +++ b/web/admin/category.jsp @@ -15,7 +15,7 @@ -${controller.init()} +<%controller.init();%> diff --git a/web/admin/product.jsp b/web/admin/product.jsp index 7d032c8b..71221e72 100644 --- a/web/admin/product.jsp +++ b/web/admin/product.jsp @@ -17,7 +17,7 @@ -${controller.init()} +<%controller.init();%> diff --git a/web/form_handler/add_item.jsp b/web/form_handler/add_item.jsp index a71cc16f..3362d09e 100644 --- a/web/form_handler/add_item.jsp +++ b/web/form_handler/add_item.jsp @@ -15,7 +15,7 @@ -${controller.init()} +<%controller.init();%> diff --git a/web/index.jsp b/web/index.jsp index 585303d6..9407f3f9 100644 --- a/web/index.jsp +++ b/web/index.jsp @@ -23,7 +23,7 @@ -${controller.init()} +<%controller.init();%>