On Thu, Feb 19, 2009 at 9:34 AM, Dan O'Keefe wrote:
>> Have you tried turning on MG debugging and looked at the trace to see
>> what all's doing what? That might shed some light on the issue.
>>
>> &FWIW, I don't think you even have to change your controller's
>> "extends" attrib, I think there's a stub that will take care of it.
>
> Yes, that is where I can see my message is not even being broadcast. I have
> an onRequestStart in a few of the controllers that are no longer firing,
> this is just the one I used in the example.
> Thanks
Hmmm. Are you seeing the broadcast for OnRequestStart, at least?
This is what I've got that's working:
<modelglue>
<controllers>
<controller name="someApp.authController"
type="someApp.controller.mg.AuthController">
<message-listener message="OnRequestStart"
function="onRequestStart" />
</controller>
</controllers>
I doubt that the function name has anything to do with it...
Are you using Application.cfc or Application.cfm? I'm using
Application.cfc, but I don't think that should make a difference
either.
I'm leaning towards something wrong with the XML, but from what you
posted, it looks good, so... crap, I dunno.
:Den
--
Travel, in the younger sort, is a part of education; in the elder, a
part of experience.
Francis Bacon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en
For more about Model-Glue, check http://www.model-glue.com .
-~----------~----~----~----~------~----~------~--~---