!!! Listing 1 <%-- choice.jsp --%> <%-- Setting up an error page --%> <%@ page errorPage="/jspTutorial/errorpage.htm" %> <%-- import needed java classes --%> <%@ page import="java.util.*" %> <%@ page import="de.ix.jspTutorial.model.Pizza" %> <%@ page import="de.ix.jspTutorial.model.PizzaList" %> <%@ page import="de.ix.jspTutorial.model.Ingredient" %> <%@ page import="de.ix.jspTutorial.model.IngredientList" %> !!! Listing2 <%! public String formatCurrency(double aCurrencyValue) { DecimalFormat theFormat = new DecimalFormat(); theFormat.setGroupingUsed(true); theFormat.setMinimumFractionDigits(2); theFormat.setMaximumFractionDigits(2); return theFormat.format(aCurrency) ; } %> !!! Listing 3
Name | Größe | Preis | |
<%=pizza.getName()%> | <%=pizza.getSize()%> | DM <%=pizza.getBasePrice()%> |
Lieferadresse |
|
|
|
|