maybe best explained with an example:
functionX inisde controller2.cfc returns JSON via renderwith. At the moment, I am calling functionX via an HTTP request.
I want to call/invoke functionX/controller2 inside controller1.cfc. I know I can use an HTTP request to do it but I'm wondering if there's a way to do without resorting to that.
Thanks!