I don't think the mapping is used when you call a custom tag with
<cf_tag_name /> syntax.

Try:

<cfmodule name="/hopelumber/eCmSingleDoc" DocId="5" AdminPath="/empower/"
Mode="#IIf(IsDefined("url.mode"), "url.mode", De(""))#">

Adrian

-----Original Message-----
From: Tom Hines [mailto:[EMAIL PROTECTED]
Sent: 23 March 2007 21:22
To: CF-Newbie
Subject: Cannot find CFML template for custom tag eCmSingleDoc.


Error Occurred While Processing Request
Cannot find CFML template for custom tag eCmSingleDoc.
ColdFusion attempted looking in the tree of installed custom tags but did
not find a custom tag

with this name.

The error occurred in E:\web\hopelumber\profile_history.cfm: line 22

20 :                                    <td align="left" valign="top" 
width="371">
21 :                                            <!--- Content title: BG & 
History Copy,

Date inserted: May-04-2001--->
22 :                                            <CF_eCmSingleDoc DocId="5"

AdminPath="/empower/" Mode="#IIf(IsDefined("url.mode"), "url.mode",
De(""))#"></td>
23 :                                    <td align="right" valign="top"><!--- 
Content title:

BG & History Image, Date inserted: Mar-06-2002--->
24

Active ColdFusion Mappings
Actions  Logical Path  Directory Path
     /   C:\Inetpub\wwwroot
   /CFIDE   C:\Inetpub\wwwroot\CFIDE
     /gateway   C:\CFusionMX7\gateway\cfc
     /hopelumber   e:\web\hopelumber
     /loadingdoc   e:\web\loadingdoc


eCmSingleDoc is in  e:\web\hopelumber\eMPower\customtags

It seems like since line 22 in the code fragment above has
AdminPath="/empower/" then  I must be missig a mapping for the Admin Path.
Any other ideas?




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2653
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to