]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - server/org.argeo.slc.ria/src/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/Value.js
Add type attribute for ref-value
[gpl/argeo-slc.git] / server / org.argeo.slc.ria / src / argeo-ria-lib / slc / class / org / argeo / slc / ria / execution / Value.js
index d8cbc9be984e98bc4ba4d8cb3bd30c22be67e780..34152e58e434142098d57653e66e1657d5e974d3 100644 (file)
@@ -114,7 +114,7 @@ qx.Class.define("org.argeo.slc.ria.execution.Value", {
                                valueTag =  this.getValue();\r
                                specAttribute = '<slc:primitive-value type="'+this.getSpecSubType()+'">'+valueTag+'</slc:primitive-value>';\r
                        }else if(this.getSpecType() == "ref"){\r
-                               specAttribute = '<slc:ref-value ref="'+this.getValue()+'" />';\r
+                               specAttribute = '<slc:ref-value ref="'+this.getValue()+'" type="beanName" />';\r
                        }\r
                        return '<slc:value key="'+this.getKey()+'">'+specAttribute+'</slc:value>';                      \r
                }\r