%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
<%-- Create a 'now' object to compare dates --%>
Current System Date:
| Student ID | Professor ID | Request Sent | Consultation Date | Status | Actions |
|---|---|---|---|---|---|
| #${adv.student_id} | #${adv.professor_id} | ${adv.start_date} | ${adv.end_date != null ? adv.end_date : 'Not set'} |
|
Edit Delete |
|
No consultation requests found in the system. |
|||||