NIHVIVO-377 Initial work on getting custom form to retrieve its past state after a failed form submission. Not all cases working yet.
This commit is contained in:
parent
b5db8baf0e
commit
83d1b564ef
3 changed files with 40 additions and 31 deletions
|
@ -357,6 +357,7 @@ the type still gets asserted. --%>
|
|||
%>
|
||||
|
||||
<c:set var="requiredHint" value="<span class='requiredHint'> *</span>" />
|
||||
<c:set var="view" value='<%= vreq.getAttribute("view") %>' />
|
||||
|
||||
<jsp:include page="${preForm}" />
|
||||
|
||||
|
@ -399,6 +400,7 @@ the type still gets asserted. --%>
|
|||
<input type="hidden" name="entryType" value="educational background" />
|
||||
<input type="hidden" name="secondaryType" value="organization" />
|
||||
<input type="hidden" name="steps" value="1" />
|
||||
<input type="hidden" name="view" value="${view}" />
|
||||
|
||||
<p class="submit"><v:input type="submit" id="submit" value="${submitLabel}" cancel="${param.subjectUri}"/></p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue