Christofer Dutz created FLEX-35244:
--------------------------------------
Summary: 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: xJS, FlexJS
Affects Versions: Apache FlexJS 0.8.0
Reporter: Christofer Dutz
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)