Re: Issue converting to Application.cfc from Application.cfm having UDF's

2009-09-23 Thread Cutter (ColdFusion)
Why don't you just but your UDF's in your Application.cfc directly? Then those functions are automatically available from anywhere within your Application.cfc. Otherwise, I would put those functions within a utility cfc, which you could place in an APPLICATION scoped variable inside your onApp

Issue converting to Application.cfc from Application.cfm having UDF's

2009-09-23 Thread SANJEEV SINGLA
I need help in converting application.cfm to application.cfc. I have few functions defined in my current application.cfm, out of which few are called within application.cfm only. One of the function I have in my application.cfm is like as below: