Subject says is all.
I created an NSPathControl with a placeholder message in IB. Ran app, placeholder text appears.
I then bound the value of the control to an NSURL* property of my controller. Now, the placeholder text never appears, even when the property value is nil.
Stumped.