Hi, I am currently investigating a problem in FlexJSStore which is preventing any of the top navigation-buttons from doing anything. It turns out that the problem can be solved by commenting out the line: <js:Label text="{cf.format(product.price)}" style="fontWeight:'bold'"/>
The problem I can see in the console log is: that binding is unable to get the value of price from a null attribute. Could it be that this only occurs if the binding contains some further processing? In this case the result of “product.price” binding would be processed by “cf.format(…)” … well whatever is causing this, I guess we need to fix it. Chris