BORKMAN Lee, 19 Apr 2001, at 11:24 sent this:
> I have posted a new version of the WireFrame Editor/Viewer for demo and > download: > http://bjork.net/taggallery/index.htm
One of the requirements to use this app is outlined in the readme:
<!--- Define the location of the CustomTags directory The location should be an absolute CF-mapped location. In this case, I am pointing to the standard central CustomTags directory installed by ColdFusion, which is mapped like this by default. ---> <CFSET request.CTDir="/CustomTags">
My path for the wireframe210 install is: C:\Apache\htdocs\CFDOCS\wireframe210
My custom tag directory is: C:\CFUSION\CustomTags
So far I've tried just about everything I can think of but I keep getting an error message:
Cannot find CFML template for module '/CustomTags/formurl2attributes.cfm'. Template file not found.
These are some of the settings I've tried: <CFSET request.CTDir="/CustomTags"> <CFSET request.CTDir="../../cfusion/CustomTags">
Any ideas?
Thanks, Mike Collins
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/fusebox@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists