|
Thank you Josh,
Creating projects in paths with no spaces helped. I managed to run the login screen of WebObjects. However, when I clicked login, I got the following error:
Application:
D2WTutorial
Error:
com.webobjects.foundation.NSKeyValueCoding$UnknownKeyException: [ valueForKey()]: lookup of unknown key: 'visibleEntityNames'. This WOComponent does not have an instance variable of the name visibleEntityNames or _visibleEntityNames, nor a method of the name visibleEntityNames, _visibleEntityNames, getVisibleEntityNames, or _getVisibleEntityNames
Reason:
[<com.webobjects.appserver.WOComponent name: MenuHeader subcomponents: null > valueForKey()]: lookup of unknown key: 'visibleEntityNames'. This WOComponent does not have an instance variable of the name visibleEntityNames or _visibleEntityNames, nor a method of the name visibleEntityNames, _visibleEntityNames, getVisibleEntityNames, or _getVisibleEntityNames
From what I can make out of it, it looks like he can not access methods of the classes generated by the EO model. And I am using the RealEstate tutorial model specified in the D2W documentation. I really don't understand why that happens because the model is freshly installed with the system, and the OpenBase says that he is runnig the database.
I would be grateful for suggestions on how to overcome this.
Thank you
|
Thanks for your assistance,
'
Regards,
F