On 3/28/06, Jeff Lester <[EMAIL PROTECTED]> wrote: > I haven't really used the getXyzRecord() method until today. The problem I > am encountering however I feel is most likely something that I am missing. > When I create and load the parent record object I get all values fine. But > when I call getXyzRecord() on the parent object the only value that it will > return is the one it sets as specified by the relate config file.
That is the intended behavior. If you have a Person and a Person hasOne Address, then once you have loaded a given Person you can call getAddressRecord() on that Person object to get its (one) Address object. Is that not what you expect? If not, show us your XML and your code. -- Sean A Corfield -- http://corfield.org/ Got frameworks? "If you're not annoying somebody, you're not really alive." -- Margaret Atwood -- Reactor for ColdFusion Mailing List -- [email protected] -- Archives at http://www.mail-archive.com/reactor%40doughughes.net/

