I am having a problem calling a custom tag with cfmodule. Here's the code:
Here's the error:
The tag terraform.cfm is in the custom tag directory at the root level.
Suggestions?
Code:
<cfmodule
template="terraform"
formname="newusedboats">
Code:
Could not find the included template terraform.
Note: If you wish to use an absolute template path (e.g. TEMPLATE="/mypath/index.cfm") with CFINCLUDE then you must create a mapping for the path using the ColdFusion Administrator. Using relative paths (e.g. TEMPLATE="index.cfm" or TEMPLATE="../index.cfm") does not require the creation of any special mappings. It is therefore recommended that you use relative paths with CFINCLUDE whenever possible.
The error occurred in C:\Inetpub\[URL unfurl="true"]wwwroot\BaldKnob\newadmin\newusedboats.cfm:[/URL] line 188
Called from C:\Inetpub\[URL unfurl="true"]wwwroot\BaldKnob\newadmin\newusedboats.cfm:[/URL] line 182
Called from C:\Inetpub\[URL unfurl="true"]wwwroot\BaldKnob\newadmin\newusedboats.cfm:[/URL] line 1
186 : <table width=100% bordercolor="##869AAA" bgcolor="##C1CBD3">
187 : <cfmodule
188 : template="terraform"
189 : formname="newusedboats">
190 :
Suggestions?