Are you storing your reactorfactory in the application scope or are you creating it on each request?

 

BTW, it’s not bad documentation, it’s “Doug-hasn’t-time-to-do-everything” ;)

 

João Fernandes

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Scott
Sent: segunda-feira, 7 de Agosto de 2006 12:03
To: [email protected]
Subject: Re: [Reactor for CF] Trying to do this in Reactor and not working?

 

If you mean

 

 <object name="Users">
  <hasOne name="UserType">
      <relate from="US_Type" to="UT_ID" />
  </hasOne>
 </object>

 <object name="UserType">
  <hasmany name="Users">
   <relate from="UT_ID" to="US_Type" />
  </hasmany>
 </object>

Still doesnt work, and the documentation doesnt start mentioning this, really bad docs:-)

 

On 8/7/06, Tom Chiverton <[EMAIL PROTECTED]> wrote:

On Monday 07 August 2006 11:40, Andrew Scott wrote:
>  <object name="Users">
>   <hasOne name="UserType">
>       <relate from="US_Type" to="UT_ID" />
>   </hasOne>
>  </object>
> <cfset UserRecord = Request.Reactor.createRecord("Users").load(US_ID = 13)
> />

I think you need an object tag there with a name of UserType.

--
Tom Chiverton

****************************************************

This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at St James's Court Brown Street Manchester M2 2JF.  A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be confidential or legally privileged.  If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents.  If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
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/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to