Re: If I've made a class for an EO entity, can I use it to add data to?
Re: If I've made a class for an EO entity, can I use it to add data to?
- Subject: Re: If I've made a class for an EO entity, can I use it to add data to?
- From: Chuck Hill <email@hidden>
- Date: Tue, 20 Jul 2004 10:14:50 -0700
You *can*, but you absolutely *should* not! What you are doing is
correct. Using an EO object outside of an editing context will confuse
EOF.
Chuck
On Jul 20, 2004, at 9:49 AM, Amorya North wrote:
On 20 Jul 2004, at 4:43 pm, Bill Reynolds wrote:
It's better to create an instance of the Object 'Members', modify all
it's
properties during your interaction with the user, and if they do
'submit'
then use a method to insert this new record in it's entirety.
When I tried this, it didn't like it...
Members is a class generated by EOModeller (i.e.a subclass of
EOGenericRecord)... Am I correct in thinking you can't use such a
class unless it's tied to an editing context?
Amorya
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.