Re: Editing Context Question
Re: Editing Context Question
- Subject: Re: Editing Context Question
- From: Arturo PĂ©rez <email@hidden>
- Date: Tue, 16 Mar 2004 13:12:53 -0500
On Mar 16, 2004, at 12:55 PM, James Cicenia wrote:
Hello _
Now on my next page how do I access them? I am a bit confused on this
issue.
There are a plethora of options here. Most just pass them from page to
page.
You give the next page in the sequence the appropriate getters/setters
then your page transition logic looks like
WOComponent w = pageWithName("nextPageInWizard");
w.takeValueForKey(newEO, "eoVarThatNextPageNeeds);
return w;
Also, will the ec automagically relate them? I wouldn't think they had
a GlobalID
yet?
Since they're both new EOF gives them internal temporary GlobalIDs.
They'll get the real ones when you do your saveChanges. The
insertObject and addToBothSides take care of this.
----
WO in philadelphia - wanna cheesesteak with that?
Please visit webobjects.meetup.com.
_______________________________________________
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.