[thelist] Re:<CFINCLUDE> INSIDE <CFQUERY OUTPUT>

mle mle at cargo9.com
Thu Dec 6 01:01:56 CST 2001


Josh,

Your suggestion...
 
> A trick to find out exactly what file CF was looking for during an include... 
> <cftry>
>   <cfinclude template="[dynamic filename]">
>   <cfcatch type="Any">
>     <cfoutput>Missing File Name: #cfcatch.MissingFileName</cfoutput>
>   </cfcatch>
> </cftry>

... works great. 

Many thanks.

mle




More information about the thelist mailing list