merging URL validation in defaultLinkForm.jsp

This commit is contained in:
bdc34 2010-07-21 18:44:34 +00:00
parent 30890a7b5f
commit 0b97ec523b
3 changed files with 57 additions and 13 deletions

View file

@ -131,7 +131,7 @@
"fields" : {
"url" : {
"newResource" : "false",
"validators" : [ "nonempty", "datatype:${uriDatatypeUriJson}" ],
"validators" : [ "nonempty", "datatype:${uriDatatypeUriJson}" , "httpUrl" ],
"optionsType" : "UNDEFINED",
"literalOptions" : [ ],
"predicateUri" : "",