NIHVIVO-747 Apply client-side autocomplete filtering to add authors form

This commit is contained in:
rjy7 2010-07-12 16:07:59 +00:00
parent 57a8cdcbe8
commit 266dfadee0
2 changed files with 49 additions and 22 deletions

View file

@ -401,14 +401,14 @@ SPARQL queries for existing values. --%>
<p id="requiredLegend" class="requiredHint">* required fields</p>
</form>
<c:url var="baseAcUrl" value="/autocomplete?type=${foaf}Person&tokenize=false&stem=false" />
<c:url var="acUrl" value="/autocomplete?type=${foaf}Person&tokenize=false&stem=false" />
<c:url var="reorderUrl" value="/edit/primitiveRdfEdit" />
<script type="text/javascript">
var customFormData = {
rankPred: '${rankPred}',
rankXsdType: '${intDatatypeUri}',
baseAcUrl: '${baseAcUrl}',
acUrl: '${acUrl}',
reorderUrl: '${reorderUrl}'
};
</script>