[Newbie] Display new objects in a WODisplayGroup
[Newbie] Display new objects in a WODisplayGroup
- Subject: [Newbie] Display new objects in a WODisplayGroup
- From: Pascal Robert <email@hidden>
- Date: Thu, 27 Mar 2003 10:55:26 -0500
Hi list,
what's the best way to 'see' new objects in a WODisplayGroup ?
Right now, I'm setting the display group this way:
listePhotos = ec.objectsWithFetchSpecification(fs);
dgPhotos = new WODisplayGroup();
dgPhotos.setObjectArray(listePhotos);
When I insert a new object:
Photos nouvellePhoto() = new Photos();
ec.insertObject(nouvellePhoto);
ec.saveChanges();
Any other solutions beside doing a new fetch and calling setObjectArray
again ?
_______________________________________________
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.