I’m trying to use a applicationHelper function defined in includes/helpers/ApplicationHelper.cfm that works in handlers and views in a wire and it says the funcion doesn’t exists.
is there a way out use a defined applicationHelper function in a wire cfc?
Thanks!
@David_Sedeno Are you trying to use a helper function inside your CFC or inside the template? I’ve got code in place where those methods should be available to your template but I’m not sure if they would also be available within the CFC.
In the cfc. I have defined a function in includes/helpers/ApplicationHelper.cfm and raise undefined function error in the wire CFC but works in the template.
@David_Sedeno OK that makes sense. I can block out some time tomorrow to look at this. In the meantime, you could always wrap the method into a CFC and then inject that into your wire until we get this ready.