Hello all,
I'm trying to follow Janine's WebObjects Tutorial (http://wotutorial.furfly.com/downloads.html
)
I've created my model just fine, generated the code, and created an
AddEdit component.
In the AddEdit code, I have the following line:
displayBoard =
(DisplayBoard
)EOUtilities
.createAndInsertInstance(session().defaultEditingContext(),
"DisplayBoard");
Where DisplayBoard is the model I've generated.
When I try to run the project though, I get this:
Application: nhlpm
Error: java.lang.IllegalArgumentException exception
Reason:
java.lang.IllegalArgumentException: Could not find EOClassDescription
for entity name 'DisplayBoard' !
I'm sure I just missed something but I can't seem to find it. The
DisplayBoard class references the same string, and I'm not sure if it
needs to be registered somewhere, or whats going on.
Any ideas?
(Note: using WOLips + WebObjects 5.4)
Thanks!!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]