%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
List of Students
List of Students
| ID |
Name |
Surname |
Location |
Index Number |
Faculty ID |
Actions |
| ${student.id} |
${student.name} |
${student.surname} |
${student.location} |
${student.studentindex} | ${student.facultyid} |
Edit
Delete
|