Hi David,
I ask your help for a problem.
I want to make a dynamic list of links. Under a computed text control (html format), i have this code :
var aHtml="<ul>";
var result = @Unique(getComponent("books").getValue ());
for (i=0; i<result.length; <br="" i++)="" {=""> aHtml+="<li>"+result[i]+"</li>"
}
return aHtml + "</result.length;></ul>"
In the browser i have this error : "viewScope is undefined".
What is wrong ?
Thank you in advance.