If formurl2attributes.cfm is not in the same directory as your index.cfm, I
believe you'll need to include a path to the formurl2attributes.cfm file.
For instance, if index.cfm is in a subdirectory of the directory that
contains formurl2attributes.cfm, you should change your CFMODULE tag to:

<CFMODULE template="../formurl2attributes.cfm"
        displaybase="no">

-----Original Message-----
From: Alan Walker [mailto:[EMAIL PROTECTED]]
Sent: Saturday, November 18, 2000 1:22 PM
To: Fusebox
Subject: FormURL2Attributes.cfm


Hello All,

I can't seem to get the FormURL2Attributes file to work.  I'm working with
an ISP that doesn't allow custom tags so I'm calling the file using the
CFMODULE tag in the app_globals file:

<CFMODULE template="formurl2attributes.cfm"
        displaybase="no">

The file is sitting in the same folder as the apps_global file but it isn't
scoping anything into the attributes variable.

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