Suppose you have a class A:
<Container>
<beads>
<ContainerDataBinding/>
</beads>
<Label text={str}"/>
</Container>
and then you use it like this:
<beads>
<DisabledBead/>
</beads>
The beads collection will consist of [DisabledBead], not
[ContainerDataBinding, DisabledBead].
The result is that data binding won't work.
Is this a bug or a feature? I'm inclined to say it's a bug.
--
View this message in context:
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Should-beads-override-or-aggregate-tp58898.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.