%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
List of Professors
List of Professors
| ID |
Name |
Surname |
Age |
Faculty ID |
Affiliated University ID | <%-- Added this column --%>
Actions |
| ${professor.id} |
${professor.name} |
${professor.surname} |
${professor.age} |
${professor.facultyid} |
Uni ID: ${professor.university.id}
None
|
Edit
Delete
|