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