<%@taglib uri="/WEB-INF/tlds/nav-taglib.tld" prefix="nav" %>
Edit Student Information
<%
if (request.getAttribute("errMes") != null) {
out.print("
");
out.print("School Day and Holiday can not checked in same time");
out.print("
");
}
if (request.getAttribute("notselectMes") != null) {
out.print("");
out.print("The checkbox must select at least one");
out.print("
");
}
%>