Re: Another plea for help from a newbie
Re: Another plea for help from a newbie
- Subject: Re: Another plea for help from a newbie
- From: Art Isbell <email@hidden>
- Date: Wed, 2 Jun 2004 12:49:14 -1000
On Jun 2, 2004, at 12:31 PM, Justin Tocci wrote:
Oh boy. I'm going to go home and take a fresh look at this tomorrow.
Right now I can't get past the idea that I don't need a fetch on the
second page. The table used for the first page isn't the table used
for the second page ('to one' relationship). I was using the Kit Part
Number from the first table as a foreign key to find the record in the
second table for the second page.
Then the second page object is merely
firstPageObject.toOneRelationship() which you could pass to your second
page. This will result in a fetch if the relationship is a fault, but
you don't have to do anything explicitly to force the fetch to occur.
Just follow the relationship path using Java method invocations.
Aloha,
Art
_______________________________________________
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.