That makes sense, maybe should go back to using cfmodule.

Thanks,
Russ

-----Original Message-----
From: Bert Dawson [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 12, 2001 11:18 AM
To: Fusebox
Subject: RE: Missing include errors...


you can't pass url variables to a cfinclude.
And if you think about it then there's no reason why you'd want to - any
variables in the calling page are available to the page you include...

Bert

> -----Original Message-----
> From: Johnson, Russ [mailto:[EMAIL PROTECTED]]
> Sent: 12 January 2001 15:53
> To: Fusebox
> Subject: Missing include errors...
> 
> 
> Has anyone come across a situation where your application 
> cannot find an
> include on 4.5?  I have been fighting this for 3 days!! I 
> have a cfinclude
> in my dsp_footer.cfm file that calls to another circuit.
> 
> <cfif not isDefined("client.userid")>
>       <cfinclude template="../login/index.cfm?fuseAction=Login">
> </cfif> 
> 
> This will display a table on the right side of my page with a 
> login form.
> 
> Here's the dilemma. If I use this format, it will not find 
> the include. I
> keep getting that dreaded "you cannot use an absolute path".  
> Well, thats
> not an absolute path.
> 
> However, if I change the link to point directly to the 
> dsp_login.cfm page
> instead of the index page, it works. So this tells me that 
> the pathing is
> correct but there is something else going on behind the 
> scenes that will not
> allow CF to include this file.
> 
> Any ideas??
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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