Re: mysterious EOF problem: not inserting all fields
Re: mysterious EOF problem: not inserting all fields
- Subject: Re: mysterious EOF problem: not inserting all fields
- From: Anthony Paras <email@hidden>
- Date: Tue, 06 Apr 2004 15:52:42 -0400
On 4/6/04 3:17 PM, "Jonathan Rochkind" <email@hidden> wrote:
> As an alternate question, if anyone is still reading: what's the best
> way to enforce what I really want to do? That is, allow me to
> specify a value for that attribute upon insert, but prevent any code
> from _changing_ that value for an already inserted object?
Override the setter method. Only allow the change if the GlobalID is a
temporary one.
_______________________________________________
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.