]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
No need for app instance here
authorRoland Haeder <roland@mxchange.org>
Wed, 12 Aug 2015 11:51:41 +0000 (13:51 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 12 Aug 2015 11:51:41 +0000 (13:51 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

web/errorHandler.jsp

index 21a892fd52f08ecce91fafc5349edba0cea01287..e733496b67f8c9f14f90828eaa53d6945b90ff09 100644 (file)
 <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
 <jsp:useBean id="date" class="java.util.Date" />
 
-<%
-       // Init application instance
-       PizzaApplication app = PizzaServiceApplication.getInstance(application);
-%>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
        <head>