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

--
Cameron Childress
Sumo Consulting Inc
http://www.sumoc.com
---
cell:  678.637.5072
aim:   cameroncf
email: [EMAIL PROTECTED]


----------------------------------------------------------
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]


Reply via email to