Attribute can't be set by calling public setter
Status: Beta
Brought to you by:
kenwebb
If the following appears in a CompositeStructure.xml file:
<attribute name="title" value="The Long and Winding Road"/>
Then it should be possible to reflectively call:
setTitle("The Long and Winding Road");
Currently, Xholon expects "title" to be a public variable.