diff --git a/productMods/edit/forms/addAuthorsToInformationResource.jsp b/productMods/edit/forms/addAuthorsToInformationResource.jsp index 957fe675..9ae1bb72 100644 --- a/productMods/edit/forms/addAuthorsToInformationResource.jsp +++ b/productMods/edit/forms/addAuthorsToInformationResource.jsp @@ -279,9 +279,23 @@ SPARQL queries for existing values. --%>

${title}

- + +<% + // Try this in order to get the new author hightlighted after page reload. + // If we do an ajax submit, we won't need it. + //String processedForm = (String) vreq.getAttribute("processedForm"); + //String ulClass = ""; + //if (processedForm != null && processedForm.equals("true")) { + // ulClass = "class='processedSubmission'"; + //} + //System.out.println(vreq.getAttribute("entToReturnTo")); +%> +