On Mar 3, 2006, at 10:18 AM, Zac Konopa wrote:
Error: com.webobjects.foundation.NSKeyValueCoding $UnknownKeyException: [; } > valueForKey()]: lookup of unknown key: 'logout'. This WOComponent does not have an instance variable of the name logout or _logout, nor a method of the name logout, _logout, getLogout, or _getLogout Reason: [<Main name: Main subcomponents: {6 = <devToolBar name: devToolBar subcomponents: null >; } > valueForKey()]: lookup of unknown key: 'logout'. This WOComponent does not have an instance variable of the name logout or _logout, nor a method of the name logout, _logout, getLogout, or _getLogout
At runtime, your app isn't finding a *public* logout method (or variants) or a *public* or *protected* logout instance variable (or variants) in your Main component. If one of these methods or instance variables exists in your Main.java, then somehow that source must not have been compiled and linked into the executable that was running when the exception was thrown.
You might try a clean all followed by a build and debug to see whether that fixes the problem.
Aloha, Art _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
