--- Daniel Child <[EMAIL PROTECTED]> wrote:

> 2008-06-05 14:06:20.015 Table Practice[670:10b] An
> uncaught exception  
> was raised
> 2008-06-05 14:06:20.016 Table Practice[670:10b]
> [<AppController  
> 0x13aca0> valueForUndefinedKey:]: this class is not
> key value coding- 
> compliant for the key wordList.
> 2008-06-05 14:06:20.016 Table Practice[670:10b] ***
> Terminating app  
> due to uncaught exception 'NSUnknownKeyException',
> reason:  
> '[<AppController 0x13aca0> valueForUndefinedKey:]:
> this class is not  
> key value coding-compliant for the key wordList.'
> 
> I recognize here that this error was generated in
> reference to  
> AppController, not WordList, but it seems crazy to
> me that I would  
> have to place KVC-compliant code in a controller.

Why is that crazy? If you're going to be binding to
something (and it sounds like you're bound to an
AppController instance), it needs to be KVC-compliant
for that property.

Cheers,
Chuck


      
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to