As far as I know this is not in the engine at this point in time, you consider creating a ticket for this. Probably could make it in there in short order after this release though. An alternative to this that works in all engines (AFAIK) is placing your customtags as siblings to the calling CFML template. Additionally you could just use cfmodule to execute the customtag then it doesn;t matter what engine you use as that's a core tag, I think.
Adam On Thu, Apr 23, 2009 at 11:55 PM, Ryan Stille <[email protected]> wrote: > > I'm writing some code that I'd like to have run properly on all 3 CFML > engines. My app uses some custom tags, and I need those tags to be > located under the webroot so the app is portable. > > 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. Does Open Blue Dragon support > this.customTagPaths ? > > Thanks, > -Ryan > > > > --~--~---------~--~----~------------~-------~--~----~ 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 !! -~----------~----~----~----~------~----~------~--~---
