Hii Guyz, Although it's very strange (even for me), but this [Bindable] tag is not working for me.
I am following the cairngorm structure and storing a variable in Model. Now, in one of my code file, if I 'll create a local bindable variable, that binds to model.. then it is not being updated with the changes in model. [Bindable] private var xyz:String = MyModel.getInstance().someVar; Now, if I use xyz in my code then it is not updated. Where as if i use 'MyModel.getInstance().someVar' then I am getting perfect result. Any thoughts here... Regards, Manu. -- View this message in context: http://www.nabble.com/-Bindable--is-not-getting-updated..-tp19600797p19600797.html Sent from the FlexCoders mailing list archive at Nabble.com.

