diff --git a/productMods/WEB-INF/ontologies/app/menuload/displayTBOX.n3 b/productMods/WEB-INF/ontologies/app/menuload/displayTBOX.n3 index 77bf9052..4c5c0074 100644 --- a/productMods/WEB-INF/ontologies/app/menuload/displayTBOX.n3 +++ b/productMods/WEB-INF/ontologies/app/menuload/displayTBOX.n3 @@ -133,8 +133,10 @@ rdfs:comment owl:Class a owl:Class . +#In this case, hasElement's custom entry form actually corresponds to the name of the Edit Configuration Generator class - a owl:ObjectProperty . + a owl:ObjectProperty ; + "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.MenuEditingFormGenerator"^^xsd:string . a owl:DatatypeProperty . diff --git a/productMods/WEB-INF/web.xml b/productMods/WEB-INF/web.xml index 58c4e550..1830686e 100644 --- a/productMods/WEB-INF/web.xml +++ b/productMods/WEB-INF/web.xml @@ -329,7 +329,19 @@ /ProcessRdfForm - --> + --> + + + + EditRequestDispatch + edu.cornell.mannlib.vitro.webapp.edit.n3editing.controller.EditRequestDispatchController + + + EditRequestDispatch + /editRequestDispatch + + + IndexController edu.cornell.mannlib.vitro.webapp.search.controller.IndexController diff --git a/productMods/templates/freemarker/body/menupage/testMenuEdit.ftl b/productMods/templates/freemarker/body/menupage/testMenuEdit.ftl new file mode 100644 index 00000000..874d1399 --- /dev/null +++ b/productMods/templates/freemarker/body/menupage/testMenuEdit.ftl @@ -0,0 +1,19 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#-- +Menu Edit Form +Associated with generator: +edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.MenuEditingFormGenerator +--> + +

Lorem ipsum dolor sit amet

+ +
+

consectetur adipisicing elit

+ +
+ +
+
+ +<@dumpAll/> \ No newline at end of file