From dc35ee1708de80f84915bf9bf804ea5c75cf885d Mon Sep 17 00:00:00 2001 From: hjkhjk54 Date: Mon, 28 Nov 2011 20:55:48 +0000 Subject: [PATCH] uncommented a few lines in the jsp to generator mapping for additional mappings --- .../webapp/edit/n3editing/VTwo/JspToGeneratorMapping.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/JspToGeneratorMapping.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/JspToGeneratorMapping.java index dc8563b1b..c6f2e1029 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/JspToGeneratorMapping.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/JspToGeneratorMapping.java @@ -25,10 +25,10 @@ public class JspToGeneratorMapping { // edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AutoCompleteObjPropFormGenerator.class.getName()); map.put("datapropStmtDelete.jsp", edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.DefaultDeleteGenerator.class.getName()); -// map.put("dateTimeIntervalForm.jsp", -// edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.DateTimeIntervalFormGenerator.class.getName()); -// map.put("dateTimeValueForm.jsp", -// edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.DateTimeValueFormGenerator.class.getName()); + map.put("dateTimeIntervalForm.jsp", + edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.DateTimeIntervalFormGenerator.class.getName()); + map.put("dateTimeValueForm.jsp", + edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.DateTimeValueFormGenerator.class.getName()); map.put("defaultAddMissingIndividualForm.jsp", edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.DefaultAddMissingIndividualFormGenerator.class.getName()); map.put("defaultDatapropForm.jsp",