Gents,
I have master controller with names entity and object containing addresses. One to one relationship.
If I change the attribute for addresses to array of objects (4.05) the seque to the detail for the addresses works like a charm. However, since I have one-to-one, I don't want an array of objects I want an object.
So when I change the attribute for addresses to an object, and click, the detail controller for the addresses doesn't show, but a duplicate of the master controller is pushed.
Now the interesting thing, when I click on the address object again via the duplicate master, the detail for the address controller appears.
The question then is, what idiotic thing have I done to prevent the correct performance, or on the flip side of that, what have I missed, or did not implement.
Thanks
TRG