Flex Data Binding problem

Posted by dta on Stack Overflow See other posts from Stack Overflow or by dta
Published on 2010-04-01T08:30:42Z Indexed on 2010/04/01 8:33 UTC
Read the original article Hit count: 154

Filed under:
|
<mx:Label text="{(item1 as INewsItem).displayName}"/>

For the above code in Flex, I get this warning :

: Data binding will not be able to detect assignments to item1.
Why? How to Fix it?

© Stack Overflow or respective owner

Related posts about flex

Related posts about databinding