<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> Insert title here
${restaurant.id} ${restaurant.name} ${restaurant.logo}
${branch.id} ${branch.location} ${branch.city} ${branch.state} ${branch.country} ${branch.postalCode} Add FeedBack
${image}
${cuisine.id} ${cuisine.name} ${cuisine.country}
${recipe.id} ${recipe.name} ${recipe.description} ${recipe.price} Add FeedBack

Branch Feedback


Restaurant:

${restaurant.name}


Branch:

${branch.location}






Recipe Feedback


Restaurant:

${restaurant.name}


Branch:

${branch.location}


Recipe:

${recipe.name}