You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Piotr Zarzycki (JIRA)" <ji...@apache.org> on 2017/01/15 17:15:27 UTC

[jira] [Assigned] (FLEX-35244) Binding Problem when having multiple levels of binding where one of the elements is null

     [ https://issues.apache.org/jira/browse/FLEX-35244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Piotr Zarzycki reassigned FLEX-35244:
-------------------------------------

    Assignee: Piotr Zarzycki

> 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
>
> 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)