prefix your result with caller.*
On Thu, 22 Aug 2002, Robertson-Ravo, Neil (REC) wrote: > I have a custom tag which relies on getting a query result of users n > passwords for authentication etc.... the tag is called and it reads in a > query, but it will only work if the query is immediately above the CT call. > > If I try and place the query into a custom tag itself it doesnt work... I > get a caller error.... is there anywhere around this? > > i.e. > > <cfquery name="blah"> > .... > </cfquery> > > <cf_authent query="blah"> > > (This one works......) > > > <cf_users method="get"> (where get holds the query above) > > <cf_authent query="blah"> > > (this doesnt, I get a caller error...) > > Its thursday, and I have a Monday brain fart :-) I guess its because the CT > scope is not available for some reason? > > Neil > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

