<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> <%@ page language="java" %> <%@ page import="java.util.*" %> <%@ page import="edu.cornell.mannlib.vitro.webapp.controller.VitroRequest" %> <%@ page import="edu.cornell.mannlib.vitro.webapp.beans.Portal" %> <% VitroRequest vreq = new VitroRequest(request); String errorString=request.getParameter("ERR"); if (errorString == null || errorString.equals("")) { errorString = (String)request.getAttribute("ERR"); } %>
failed email
<% if ( errorString != null && !errorString.equals("")) {%>

We report the following error in processing your request:
<%=errorString%>

<% } %>

Return to the home page.