When in a custom tag how can you reference the query that is located in the
callers page...

EX:

<cfquery name="xxx" datasource="qry_y">
select a,b,c
from y
</cfquery>


<cf_MyTag query="xxx">

-----------------------------------
MyTag.cfm

How can I look at all of the items in the query 'xxx'?

Nathan

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to