Merged to trunk. Changed the way a new individual is created on the siteAdmin NIHVIVO-881

This commit is contained in:
bdc34 2010-07-22 15:19:15 +00:00
parent 4a6aa63393
commit 7911fa6490
4 changed files with 56 additions and 7 deletions

View file

@ -5,13 +5,22 @@
<h3>Data Input</h3>
<form action="editForm" method="get">
<%-- <form action="editForm" method="get">
<select id="VClassURI" name="VClassURI" class="form-item">
<form:option name="VClassId"/>
</select>
<input type="submit" class="add-action-button" value="Add individual of this class"/>
<input type="hidden" name="home" value="<%=portal.getPortalId()%>" />
<input type="hidden" name="controller" value="Entity"/>
</form> --%>
<c:url var="editRequestDisUrl" value="/edit/editRequestDispatch.jsp"/>
<form action="${editRequestDisUrl}" method="get">
<select id="VClassURI" name="typeOfNew" class="form-item">
<form:option name="VClassId"/>
</select>
<input type="hidden" name="editform" value="newIndividualForm.jsp"/>
<input type="submit" class="add-action-button" value="Add individual of this class"/>
</form>
</div>