Best Approach Question
Best Approach Question
- Subject: Best Approach Question
- From: James Cicenia <email@hidden>
- Date: Tue, 16 Mar 2004 11:44:35 -0600
Hello -
I am developing a wizard which has three pages with the usual
next and previous buttons. When I call this wizard from one of
my pages I will obviously instantiate a new object. I was doing this
on the first page constructor but realized that if they went back to
that
page with the previous button it would create a new instance again.
So I figure that I would instantiate the object from the calling page.
There also needs to be created a new object which is related with
a one-one relationship. Since both objects are brand new will the
EO take care of the relationship ? Do I just simply use the
addObjectToBothSidesOfRelationship method?
Thanks
James Cicenia
_______________________________________________
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.