I assume from your description that the error is thrown at the point you 
try to call the custom tag, not when the cfset itself is executed.
IOW, it says it can't find the TAG, not that it can't find the DIRECTORY?

Have you dumped the value of this.customTagPaths, to see where OpenBd 
thinks this customtags directory is?

Do you have the dreaded "/" mapping?

BTW, I would think that the syntax <cfset this.customTagPaths = 
ExpandPath("./customtags")> is a micro-nano-second faster on all 
versions, no?

Alan K. Holden

Ryan Stille wrote:
> In my application.cfc file I have
> <cfset this.customTagPaths = "#ExpandPath("./customtags")#">
>
> This works in Adobe CF and Railo, but in BlueDragon its throwing an
> error saying it can't find my tag. 

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to