]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/errorHandler.xhtml
Added missing init() method + renamed localInit() -> genericInit()
[pizzaservice-war.git] / web / errorHandler.xhtml
index 10212611a03ffddac843875e8a7cf692aeb2b12b..8d19de414f0d547f0f7fd4488a3aa763cc96a29d 100644 (file)
@@ -27,7 +27,7 @@
                        </div>
                </div>
 
-               <jsp:include page="/static/guest/guest_menu.jsp" flush="false" />
+               <jsp:include page="/WEB-INF/templates/guest/guest_menu.jsp" flush="false" />
 
                <div id="content_outer">
                        <div id="content_title">
@@ -47,6 +47,6 @@
                        </div>
                </div>
 
-               <jsp:include page="/static/guest/guest_footer.jsp" flush="false" />
+               <jsp:include page="/WEB-INF/templates/guest/guest_footer.jsp" flush="false" />
        </body>
 </html>