Don't use shorthand names :) Seriously, there do appear to be some corner cases where the shorthand name doesn't work. I don't know why. It's bitten me when I have inheritance hierarchies and I'm passing "this" to super.init() so a base class can initialize an instance variable with the specific child class (too complicated to explain right now but it's a common pattern from my C++ / Java days).
On Fri, 1 Oct 2004 09:24:15 +1200, Adam Cameron <[EMAIL PROTECTED]> wrote: > I note this only happens when I've passed in the CFC's name in > "shorthand": cacheIt(cfc="foo"), rather than > cacheIt(cfc="the.full.path.to.foo"). ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
