On CF, that should work just dandy, but not if you're using BlueDragon. Are you, by chance? If so, you'll need to switch ALL references to the fully-qualified name.
cheers, barneyb On 4/7/06, Cameron Childress <[EMAIL PROTECTED]> wrote: > I'm just checking my sanity here.... These two calls should create an > object with the same datatype right? > > <cffunction name="init" returntype="myObject"> > <cfreturn this/> > </cffunction> > > <cffunction name="init" returntype="full.path.to.myObject"> > <cfreturn this/> > </cffunction> > > And when this object is used in a cfargument tag with strict typing, > it both should "pass" the following type validation rule right? > <cfargument name="myObject" type="full.path.to.myObject"/> > > We are getting an odd datatype mismatch error and I've thoroughly > confused myself trying to comprehend it. > > -Cameron > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
