• 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
Re: Peer ECs in updating EO
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Peer ECs in updating EO


  • Subject: Re: Peer ECs in updating EO
  • From: Lachlan Deck <email@hidden>
  • Date: Fri, 20 Feb 2009 17:17:48 +1100

On 20/02/2009, at 4:47 PM, amiel montecillo wrote:

So I am using peer ecs. I have 2 pages. A listing page and an update page to
display the EO.


On the listing page, i click on an item, it takes me to the update page and
displays the details of the EO on a ERXWOForm.


   //listing page method
   public UpdatePost updatePost() {
       UpdatePost page = this.pageWithName(UpdatePost.class);
       page.setPost(this.aPost);

I hope you're getting a local copy of that object in the other context...


I make changes and hit submit calling the update page's peer EC saveChanges.

  //update page method, execption handling ommitted for clarity
  public ERXComponent saveChanges() {
       peerEc.saveChanges();
       return this.pageWithName('ListingPage');
  }

Could the reason be, that peer ECs cannot share EOs across different ECs
thus the changes are not being reflected to the DB?

Not sure what you mean by this. ECs don't share (shared ec is an exception). You must get a localised copy of the objects into the other context.


with regards,
--

Lachlan Deck


_______________________________________________ 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
  • Follow-Ups:
    • Re: Peer ECs in updating EO
      • From: amiel montecillo <email@hidden>
References: 
 >Peer ECs in updating EO (From: amiel montecillo <email@hidden>)
 >Re: Peer ECs in updating EO (From: Lachlan Deck <email@hidden>)
 >Re: Peer ECs in updating EO (From: amiel montecillo <email@hidden>)
 >Re: Peer ECs in updating EO (From: amiel montecillo <email@hidden>)

  • Prev by Date: Re: Peer ECs in updating EO
  • Next by Date: Re: Peer ECs in updating EO
  • Previous by thread: Re: Peer ECs in updating EO
  • Next by thread: Re: Peer ECs in updating EO
  • Index(es):
    • Date
    • Thread