The CT scope is locked down to each CT...

So in the CF_Users Method="get"  you will need to transfer the query to
either the request scope or into the caller page so that the second tag
can pick it up

HTH



-----Original Message-----
From: Robertson-Ravo, Neil (REC)
[mailto:[EMAIL PROTECTED]] 
Sent: Thursday, August 22, 2002 12:05
To: CF-Talk
Subject: Caller problem


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

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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

Reply via email to