Darn, I should have copied the actual code, whatever unintelligible it is :(
Forgot the line which encaches new object, and which actually -- far as I understand -- caused the problem: On 1. 4. 2016, at 19:17, OC <o...@ocs.cz> wrote: > the gist is this: > > def theValue() { > def val=this.cacheTo1Relationship() > if (!val) > for (v in this.toNRelationship()) > if (somecondition) { > val=v this.setCacheTo1Relationship(v) > break > } > return val > } _______________________________________________ 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: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com