From: Roland Haeder Date: Thu, 27 Aug 2015 19:39:51 +0000 (+0200) Subject: JSPs don't support @Inject and @PostConstruct annotations X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=84c4e01ad32ecb0b0779025d69526994d548957f;p=pizzaservice-war.git JSPs don't support @Inject and @PostConstruct annotations Signed-off-by:Roland Häder --- 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 @@
- +