<%
if (errors != null && !errors.isEmpty()) {
out.println("
");
out.println("
");
out.println("
");
out.println("Your information is incomplete or incorrect. Please correct the fields below and try again:");
out.println("
");
out.println("
");
out.println("
");
// List the entries
for (Iterator it = errors.keySet().iterator(); it.hasNext(); ) {
Object key = it.next();
String value = (String)errors.get(key);
out.println("