<%--<%@page errorPage="errorHandler.jsp" %>--%>
<%@page import="org.mxchange.jshop.category.Category"%>
-<%@page import="org.mxchange.jshop.database.frontend.category.CategoryFrontend"%>
<%@page import="org.mxchange.pizzaapplication.beans.controller.PizzaServiceBean"%>
<%@page import="org.mxchange.pizzaapplication.beans.controller.PizzaBean"%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<tr>
<td>
${category.categoryId}:
- <input class="input" type="checkbox" name="<%=CategoryFrontend.COLUMN_ID%>[${category.categoryId}]" value="1" />
+ <input class="input" type="checkbox" name="categoryId[${category.categoryId}]" value="1" />
</td>
<td>
${category.decodedTitle}
</div>
<div class="para">
- <form action="${basePath}/form_handler/admin/do_category.jsp" accept-charset="utf-8" id="add" method="post">
+ <form action="${basePath}/form_handler/admin/do_category.jsp" accept-charset="utf-8" id="add_category" method="post">
<div class="table">
<div class="table_header">
Neue Kategorie hinzufügen:
</div>
<div class="table_right">
- <input class="input" type="text" name="<%=CategoryFrontend.COLUMN_TITLE%>" size="10" maxlength="255" />
+ <input class="input" type="text" name="title" size="10" maxlength="255" />
</div>
<div class="clear"></div>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%--<%@page errorPage="errorHandler.jsp" %>--%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
-<%@page import="java.util.Iterator"%>
-<%@page import="java.util.Map"%>
-<%@page import="org.mxchange.jcore.contact.Gender"%>
-<%@page import="org.mxchange.jshop.product.Product"%>
-<%@page import="org.mxchange.jshop.database.frontend.product.ProductFrontend"%>
<%@page import="org.mxchange.pizzaapplication.beans.controller.PizzaBean"%>
<%@page import="org.mxchange.pizzaapplication.beans.controller.PizzaServiceBean"%>
<jsp:useBean id="controller" scope="session" class="org.mxchange.pizzaapplication.beans.controller.PizzaServiceBean" type="PizzaBean" />
<tr>
<td>
${product.itemId}:
- <input class="input" type="checkbox" name="<%=ProductFrontend.COLUMN_ITEM_ID%>[${product.itemId}]" value="1" />
+ <input class="input" type="checkbox" name="itemId[${product.itemId}]" value="1" />
</td>
<td>
${product.title}
</div>
<div class="table_right">
- <input class="input" type="text" name="<%=ProductFrontend.COLUMN_TITLE%>" size="10" maxlength="255" />
+ <input class="input" type="text" name="title" size="10" maxlength="255" />
</div>
<div class="clear"></div>
</div>
<div class="table_right">
- <input class="input" type="text" name="<%=ProductFrontend.COLUMN_PRICE%>" size="10" maxlength="255" />
+ <input class="input" type="text" name="price" size="10" maxlength="255" />
</div>
<div class="clear"></div>