Variable getModelGlue is undefined

2007-03-01 Thread Robert Rawlins
layer I get the error 'Variable getModelGlue is undefined' thrown back at me. Do I access this stuff differently from my model layer? Thanks chaps, Rob ~| Create Web Applications With ColdFusion MX7 Flex 2. Build powerful

Re: Variable getModelGlue is undefined

2007-03-01 Thread Raymond Camden
access to ColdSpring Y Reactor from my model layout in MG using the getModelGlue().getBean() method. I've been using this in my controller to instantiate a bean and it works perfectly, however when I place it in any of the CFC's in my model layer I get the error 'Variable getModelGlue

RE: Variable getModelGlue is undefined

2007-03-01 Thread Robert Rawlins - Think Blue
-Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: 01 March 2007 12:26 To: CF-Talk Subject: Re: Variable getModelGlue is undefined Yes - you don't. If your model needs any values from your config beans, they should be passed _to_ the model when the controller creates them

Re: Variable getModelGlue is undefined

2007-03-01 Thread Jon Clausen
and it works perfectly, however when I place it in any of the CFC's in my model layer I get the error 'Variable getModelGlue is undefined' thrown back at me. Do I access this stuff differently from my model layer? Thanks chaps, Rob

RE: Variable getModelGlue is undefined

2007-03-01 Thread Robert Rawlins - Think Blue
-Original Message- From: Jon Clausen [mailto:[EMAIL PROTECTED] Sent: 01 March 2007 15:12 To: CF-Talk Subject: Re: Variable getModelGlue is undefined Rob, You can get your framework object ( and thus return the same object that getModelGlue() returns in the controllers) through one of two methods