• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
[Newbie] Display new objects in a WODisplayGroup
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[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.

  • Follow-Ups:
    • Re: [Newbie] Display new objects in a WODisplayGroup
      • From: Art Isbell <email@hidden>
  • Prev by Date: Re: WebObjects vs ColdFusion
  • Next by Date: Re: [Newbie] Display new objects in a WODisplayGroup
  • Previous by thread: Https post from WO app
  • Next by thread: Re: [Newbie] Display new objects in a WODisplayGroup
  • Index(es):
    • Date
    • Thread