]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/errorHandler.jsp
Continued with project:
[pizzaservice-war.git] / web / errorHandler.jsp
index 9f7dbdbf42c91dd774cdf265e839b5460508cf78..059399fd529f8adfff167a54364a0932074f80a5 100644 (file)
@@ -4,8 +4,8 @@
        Author     : Roland Haeder
 --%>
 
-<%@page import="org.mxchange.pizzaapplication.application.PizzaApplication"%>
-<%@page import="org.mxchange.pizzaapplication.application.PizzaServiceApplication"%>
+<%@page import="org.mxchange.pizzaapplication.beans.PizzaBean"%>
+<%@page import="org.mxchange.pizzaapplication.beans.PizzaServiceBean"%>
 <%@page import="java.io.PrintWriter"%>
 <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 <%@taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
        <head>
                <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                <link rel="stylesheet" href="<%=request.getContextPath()%>/style.css" type="text/css"/>
-               <title><%=PizzaServiceApplication.MAIN_TITLE%> - Fehler</title>
+               <title>Pizza-Service - Fehler</title>
        </head>
 
        <body>
                <div id="header"> 
                        <div id="title">
-                               <h1><%=PizzaServiceApplication.MAIN_TITLE%> - Fehler</h1>
+                               <h1>Pizza-Service - Fehler</h1>
                        </div>
                </div>