I'm using cocoa binding to bind a NSTextFieldCell value to a controller's dictionnary streamDict.
If i use the model key path "self.streamDict.urls.firstObject.url" it failed !
It's ok if i use the model key path "self.streamDict.url" but that not what i want.
How can i bind the NSTextFieldCell value to the first object of my array "urls" ?
The streamDict :
Binding :