macromedia.coldfusion.advanced_techniques
[Top] [All Lists]

Re: cfthread issue: Variable _cffunccfthread_cfact is undefined

Subject: Re: cfthread issue: Variable _cffunccfthread_cfact is undefined
From: "BKBK"
Date: Fri, 20 Feb 2009 10:14:25 +0000 UTC
Newsgroups: macromedia.coldfusion.advanced_techniques

I'm not too sure about the way you introduce metadata into the cfthread tag. 
Couldn't you have done something like this?

 <cfthread action="run" name="ThreadID#CreateGUID()#">
 <cfmodule template="/index.cfm" fuseaction="Events.AutomatedProcess_Trigger" 
Customer_UserID="#getCustomer.Customer_UserID#"
 LocationID="#getCustomer.LocationID#"
 Lead_StatusID="#getCustomer.Lead_StatusID#">
 </cfthread> 




<Prev in Thread] Current Thread [Next in Thread>