<%-- Document : order Created on : 07.08.2015, 14:58:21 Author : Roland Haeder --%> <%--<%@page errorPage="errorHandler.jsp" %>--%> <%@page contentType="text/html" pageEncoding="UTF-8"%> <%@page import="org.mxchange.pizzaapplication.application.PizzaServiceApplication"%> <%@page import="org.mxchange.pizzaapplication.application.PizzaApplication"%> <%@page import="org.mxchange.pizzaapplication.beans.CustomerBean" %> <%@page import="org.mxchange.pizzaapplication.product.Product"%> <% // Init application instance PizzaApplication app = PizzaServiceApplication.getInstance(application); // Is it post? if ("POST".equals(request.getMethod())) { //NOI18N // Is "add/edit/delete" set? if (request.getAttribute("add") != null) { //NOI18N // Add new category app.doAdminAddCategory(request); } else if (request.getAttribute("edit") != null) { //NOI18N // @TODO } else if (request.getAttribute("delete") != null) { //NOI18N // @TODO } // Redirect to proper URL // @TODO Commented out for developing: //response.sendRedirect(request.getContextPath() + "/finished.jsp"); } %> <%=PizzaServiceApplication.MAIN_TITLE%> - Form-Handler

<%=PizzaServiceApplication.MAIN_TITLE%> - Form-Handler

Bitte nicht direkt aufrufen:

Bitte rufen Sie diese Seite nicht direkt auf.