I see what was the problem:

If my VO has [Bindable] on the top of the class it is not working.

[Bindable]
public class MenuItemVO {}

If I have [Bindable] on each properties it's working.

public class MenuItemVO
    {
        [Bindable]
        public var label:String;
}

Piotr



-----
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-MDL-Why-binding-is-not-working-in-MDL-example-tp57738p57817.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to