Byron - Check out the documentation on shared keys here: http://livedocs.reactorframework.com/hasOne_tag.htm. There's quite a bit of reading till you get to the relevant part.
Doug -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Byron Raines Sent: Monday, October 02, 2006 5:00 PM To: [email protected] Subject: Re: [Reactor for CF] Cascading saves - update Tom, Well after reading it for the umpteenth million time, something finally clicked. I was trying to make it do something Reactor may not be able to do. My database was setup to have UserID as the primary key in both tables. I changed the UserInfo table to have a different PK and edited my reactor.xml and everything worked. I thought I could use the sharedKey="true" attribute if I was using the same PK in both tables, but I must be misunderstanding the use of that attribute. byron Tom Chiverton wrote: > On Saturday 30 September 2006 05:01, Byron Raines wrote: > >> After some investigation a found a couple of things I was doing wrong. >> > > Do I remember an example of doing this exact thing in the docs ? > Around about the first example on > http://livedocs.reactorframework.com/Relationships_Cascade.htm maybe ? > > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
