On 6/29/06, Dale Fraser <[EMAIL PROTECTED]> wrote: > We use application.cfc, so how can we include a function on every page using > application.cfc model?
Try:- <cfset variables.tr = this.tr> in the onRequest method of Application.cfc and have the function included as a function in the Application.cfc Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie -~----------~----~----~----~------~----~------~--~---
