SOLVED [still newbie] How to redisplay correctly a
SOLVED [still newbie] How to redisplay correctly a
- Subject: SOLVED [still newbie] How to redisplay correctly a
- From: Erwin <email@hidden>
- Date: Mon, 11 Oct 2004 09:35:54 +0200
Thanks to Geoff, and Bill for your help, but neither
session().defaultEditingContext().invalidateAllObjects();
or
agentContactDisplayGroup.fetch()
did it.
Thomas gave me a good hint :
agentContactDisplayGroup.qualifyDataSource();
it solved the problem.
I found also that :
this.takeValueForKeyPath(((Session) session()).agent(), "agentContactDisplayGroup.masterObject");
agentContactDisplayGroup.updateDisplayedObjects();
was also another way of doing it ..
I don't know why but it run also ! but I prefer the Thomas's solution
_______________________________________________
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