Thanks Ben and Peter. Yeah, I've got it in the pseudo constructor. I'll play around with the snippets and see if anything gives.
On Tue, Apr 7, 2009 at 2:17 AM, Peter Boughton <[email protected]> wrote: > > Definitely seems to be plural (which makes sense; it's a list of multiple > paths). > > To give another working example, I've ripped the top six lines from the > Application.cfc for a Railo app I'm writing: > > <cfcomponent output="false"> > > <cfset This.Name = "{application_name}" /> > <cfset This.CustomTagPaths = "/tags" /> > > <cffunction name="onApplicationStart" output="false"> > > > Possibly that's also something worth checking: that you have the code > *outside* onApplicationStart, or it'll only be set when that event triggers. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321400 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

