Of course, sorry

So in my dsp_report,cfm page

<cfset attributes.QueryType = "Site">
<cfinclude template="/mysite/block/dsp_linklist.cfm>

Would be okay? So there is no need to go back to index.cfm


Cheers

Gary

 -----Original Message-----
From:   Roger B. [mailto:[EMAIL PROTECTED]]
Sent:   16 February 2001 16:30
To:     Fusebox
Subject:        RE: The correct way

> If I was not using Fusebox, I wouldn't give it a second thought, I would
> just use cfinclude and pass a parameter i.e. <cfinclude
> template="dsp_linklist.cfm?QueryType=Site>

Gary,

(1) AFAIK, you can't pass a query string via CFINCLUDE.

(2) There's no point in passing a query string to CFINCLUDE even if you
can... the included file can already "see" all the variables that exist in
the calling template.


--
Roger
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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