Trying to debug accordion I ran into a data binding issue. 

TitleBarView.mxml has this line:

 <js:Label id="titleLabel" text="{ITitleBarModel(model).title}"
className="TitleBarTitle" >

But if I change the model to a tbModel where tbModel.title == "hi" I will
not the label text is empty instead of it being 'hi'. 

In other words, data binding only works if the host stays the same.



--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-DataBinding-Problem-tp62073.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to