MyTag.cfm
--------------
<CFOUTPUT query="#Attributes.Query#">

</CFOUTPUT>

/Ruben Chadien

-----Original Message-----
From: Nathan Stanford [mailto:[EMAIL PROTECTED]]
Sent: den 14 mars 2001 18:26
To: CF-Talk
Subject: Custom Tag


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