X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=org.argeo.slc.webapp%2Fsrc%2Fmain%2Fwebapp%2Fargeo-ria-lib%2Fslc%2Fclass%2Forg%2Fargeo%2Fslc%2Fria%2Fexecution%2FValue.js;h=6ce99a06cc65ab19dcb870bdd413eb6f26d61afc;hb=fc482f660799a31c62a29b9333c6f3c458dde8d2;hp=9981f46ceb507c75f6cd089154431150abebb4fb;hpb=57f3f674573109ece71b4424e92a71acc12dff92;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/Value.js b/org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/Value.js index 9981f46ce..6ce99a06c 100644 --- a/org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/Value.js +++ b/org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/Value.js @@ -30,7 +30,7 @@ qx.Class.define("org.argeo.slc.ria.execution.Value", { check : "Boolean" }, value : { - + nullable : true }, /** * Castor representation of the object @@ -58,7 +58,7 @@ qx.Class.define("org.argeo.slc.ria.execution.Value", { var childs = xmlNode.childNodes; for(var i=0;i'; + var specAttribute = ''; + if(this.getSpecType() == "primitive"){ + specAttribute = ''+valueTag+''; + }else if(this.getSpecType() == "ref"){ + specAttribute = ''+valueTag+''; + } + return ''+specAttribute+''; } }