<%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> ${student != null ? "Edit Student" : "Add New Student"}

${student != null ? "Edit Student" : "Add New Student"}

Cancel