I'm using Cairngorm in a project and using Commands to update the model.  Upon 
adding an item to an ArrayCollection in the model, custom components that are 
bound to it are not updated.  It seems that bindings are only fired upon a 
change of reference.  Is there something I'm missing or a better way to 
accomplish the same task.  Any help is much appreciated.  Thanks.

//code in command
private var modelLocator:ModelLocator = ModelLocator.getInstance();
modelLocator.view.fields.addItem(newItem);

        

Reply via email to