Kola Oyedeji, 24 Apr 2001, at 12:30 sent this:

> Is there any chance someone could summarise the steps needed to setup this
> wire frame tool with

> I keep getting:
> 
> Couldn't find the application's wireframe specification file,
> "/wireframe\wireframedata\wireframe.wir".

I had the same problem until I setup my app_env.cfm file as 
shown below. I also created two mappings in Cold Fusion 
Administrator under Mappings for /customtags and /wireframe 
to make the app work. Now I only need to figure out what 
the advantage is of using the app.

<!--- Define the location of the CustomTags directory --->
<CFSET request.CTDir="/CustomTags">

<!--- Root of THIS app in filesystem --->
<CFSET 
request.app.filesystemroot="#request.app.documentRoot##request.os.delimiter#wireframe">

<!--- The CF-mapped root of the application.  Use for CFINCLUDE paths --->
<cfset request.app.cfroot="/wireframe">

<!--- The root URL of the application.  Use for CFLOCATIONs --->
<cfset request.app.webroot="/wireframe">

Mike Collins, Web Developer, (617) 376-2249
--*_*--*_*--*_*--*_*--*_*--*_*--*_*--*_*--
  Send an Instant Message ICQ: 34545981

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