Re: Null Delegate
Re: Null Delegate
- Subject: Re: Null Delegate
- From: André Rothe via Webobjects-dev <email@hidden>
- Date: Fri, 26 Jul 2019 13:30:26 +0200
It solves the problem. Thanks!
André
Am 26.07.2019 12:18, schrieb Markus Ruggiero:
if I remember correctly you get this error when you instantiate a
plain EOEditingContext (not the Wonder one!) in a Wonder app
Don't do this: ec = new EOEditingContext()
That is the way to do it: ec = ERXEC.newEditingContext()
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Null Delegate (From: André Rothe via Webobjects-dev <email@hidden>) |
| >Re: Null Delegate (From: Markus Ruggiero via Webobjects-dev <email@hidden>) |