<%@ page language="java" import="cal.*" %>
<% table.processRequest(request); if (table.getProcessError() == false) { %>
prev
Calendar:<%= table.getDate() %>
next
Time
Appointment
<% for(int i=0; i
> <%= entr.getHour() %>
> <%= entr.getDescription() %>
<% } %>
<%= table.getName() %> : <%= table.getEmail() %>
<% } else { %>
You must enter your name and email address correctly.
<% } %>