%-- List-and-edit form for Restaurants. --%> <%@ include file="/JspHeader.jsp" %> Edit Restaurant data. Name is mandatory. Price is in range 0.00..100.00 [A Faire.] Name * Location Price Comment <%-- Listing of all restaurants. --%> Restaurants # Name Location Price Comment ${index.count} ${restaurant.name} ${restaurant.location} ${restaurant.price} ${restaurant.comment}
<%-- Listing of all restaurants. --%>