%@ page session="false" %> <%@ page isErrorPage="true" %>
Your request could not be processed, since <% String errortype = exception.getMessage(); if (errortype.equals("name missing")) out.write(" you did not include your name."); else if (errortype.equals("days missing")) out.write(" you did not select at least one day of the week."); else out.write(" a server-side error occurred."); %>
Please press the BACK button and enter the required information.