in that case make sure you pass the literal name of the query into the
CFOUTPUT tag.
If you've called the query REQUEST.TheQuery then:
<CFOUTPUT query="request.thequery">

Steve


> -----Original Message-----
> From: Alexander "just me" Apartsev [mailto:[EMAIL PROTECTED]]
> Sent: 06 December 2001 18:20
> To: CF-Talk
> Subject: query name vs. query object
> 
> 
> Hello All,
> 
> i have a custom tag making a query. I would like to access 
> its results in
> another custom tag or else in the calling template.
> 
> The custom tag making the query is called from another custom tag.
> 
> <CFOUTPUT query="#request.thequery#"> doesn't work cause it 
> needs a literal,
> not a query object.
> 
> Is there a solution?
> 
> Thanks in advance
> 
> Alexander Apartsev
> [EMAIL PROTECTED]
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to