views:

7

answers:

0

Flex 4: I have an issue with dual binding 1067: Implicit Coercion of value of type String to an unrelated type int I have a custom component "Experience":

Experience {
 var years:int;
 var months:int;
}

Please help :)