]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Add type attribute for ref-value
authorCharles du Jeu <charles.dujeu@gmail.com>
Fri, 3 Jul 2009 12:33:11 +0000 (12:33 +0000)
committerCharles du Jeu <charles.dujeu@gmail.com>
Fri, 3 Jul 2009 12:33:11 +0000 (12:33 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2686 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

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