Changes to edit request controller path in web.xml, adding generator as part of custom annotation and test menu edit template (to be removed later)
This commit is contained in:
parent
7a23fe0201
commit
50e15f9c0c
3 changed files with 35 additions and 2 deletions
|
@ -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
|
||||
-->
|
||||
|
||||
<h2>Lorem ipsum dolor sit amet</h2>
|
||||
|
||||
<form class="editForm" action = "xyz">
|
||||
<p>consectetur adipisicing elit</p>
|
||||
<input type="text" id="objectVar" size="80" />
|
||||
<div style="margin-top: 0.2em">
|
||||
<input type="submit" id="submit" value="submit" cancel="true"/>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<@dumpAll/>
|
Loading…
Add table
Add a link
Reference in a new issue