If I have a container element (as a toolbar) that gets its data from an url, can I set the value of a subelement with the main object data? like:
view: "toolbar",
type: "MainBar",
id: "mainbar",
url: "data.xml",
datatype: "xml",
elements: [
{ view: "label",
label:"#VALUE#"
}]