From 84c4e01ad32ecb0b0779025d69526994d548957f Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Thu, 27 Aug 2015 21:39:51 +0200 Subject: [PATCH] =?utf8?q?JSPs=20don't=20support=20@Inject=20and=20@PostCo?= =?utf8?q?nstruct=20annotations=20Signed-off-by:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- web/index.jsp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/index.jsp b/web/index.jsp index b5e641aa..6a540763 100644 --- a/web/index.jsp +++ b/web/index.jsp @@ -18,6 +18,10 @@ <%@taglib prefix="basket" uri="http://mxchange.org/pizza-service/tags/basket" %> + + +<%controller.init();%> + @@ -41,7 +45,7 @@
- + -- 2.39.5