<cfset employeeManager =
createObject("component","atlantis.model.employeemanager").init() />
But your init() function doesn't return anything...
<cffunction name="init" access="public" returntype="void" output="false"
displayname="Constructor">
You need to return the object: change returntype= to specify atlantis.model.employeemanager and add <cfreturn this /> at the end of the function.
Regards, Sean
----------------------------------------------------------
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]
