RE: [coldbox:25103] [Coldbox-4.1] _targetAction ERROR

What’s the actual error? Perhaps it’s because I’m reading this on my phone, but I don’t see the actual error message anywhere in your post.
To answer your question, that shouldn’t be a reserved word at all, but I’m not in front of a computer to test it.

Happy Connecting. Sent from my Sprint Samsung Galaxy S® 5

Sorry about that Brad,

Forgot to paste that, the error was something like [****_targetAction] function not found

78: var _targetResults = _targetAction( argumentCollection=argCollection );

What version of ColdBox are you using?

According to his subject line conventions, 4.1.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

I would look at your var scoping and variables scope issues. It might seem you are overriding the name of an action somehow.,

Good call Luis, I think the last time we saw an error like this, someone had a variable in the variables scope with the same name as a function in the CFC.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com