Datastar cleanup release - including changes to access permissions review and editing as well as fedora utilities.

This commit is contained in:
hjk54 2010-05-14 17:37:55 +00:00
parent e402b03ac9
commit 73172f4f40
9 changed files with 15 additions and 9 deletions

View file

@ -230,7 +230,7 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.
//case where a form was passed as a http parameter
form = formParam;
}
System.out.println("Edit request dispatch - forwarding to form is " + form);
request.setAttribute("form", form);
%>
<jsp:forward page="/edit/forms/${form}" />