[
https://issues.apache.org/jira/browse/FLEX-35244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Piotr Zarzycki resolved FLEX-35244.
-----------------------------------
Resolution: Fixed
Fix Version/s: Apache FlexJS 0.8.0
Fixed in 955e79f8fbb40106fe7706925496720dc192be45
> Binding Problem when having multiple levels of binding where one of the
> elements is null
> ----------------------------------------------------------------------------------------
>
> Key: FLEX-35244
> URL: https://issues.apache.org/jira/browse/FLEX-35244
> Project: Apache Flex
> Issue Type: Bug
> Components: FlexJS, xJS
> Affects Versions: Apache FlexJS 0.8.0
> Reporter: Christofer Dutz
> Assignee: Piotr Zarzycki
> Fix For: Apache FlexJS 0.8.0
>
>
> In FlexJSExample there is a binding in Line 110 of ProductDetails.mxml there
> is the following line:
> {code}
> <js:Label text="{cf.format(product.price)}" style="fontWeight:'bold'"/>
> {code}
> If product is null then the binding produces an error complaining that it
> can't get the value of the "price" property of a null value. I think our
> binding should not produce this error.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)