fixed a problem with csv2rdf ingest tool.
This commit is contained in:
parent
d0a9e3b612
commit
4c5105c5d2
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ function disableProperties(){
|
||||||
|
|
||||||
<%String modelName = (String) request.getAttribute("destinationModelName"); %>
|
<%String modelName = (String) request.getAttribute("destinationModelName"); %>
|
||||||
|
|
||||||
<input type="hidden" name="destinationModelName" value=<%=modelName%>/>
|
<input type="hidden" name="destinationModelName" value="<%=modelName%>"/>
|
||||||
|
|
||||||
<input id="submit" type="submit" value="Convert CSV"/>
|
<input id="submit" type="submit" value="Convert CSV"/>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue