calling event.getCurrentModule in custom tag

Hi Guys,

How would I call event.getCurrentMudule in a custom tag?

Thanks,

murphyhg

You’ll probably need to pass that in as an attribute.

Or do caller.event

If your are using the tag in a view or layout but you are assuming that. I like Matt’s approach

Hi Guys, that works great. Now how do I cal getCurrentModule() in a
cfc.
Would I use cfproperty or just how would I call it.

Thanks for your help.

I say pass it in