Re: Peer ECs in updating EO
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