Ali,

Here is a stripped down version of your cfc that works with the native 'exampleapps' 
datasource that is shipped with  CFMX.

Notes:

You have set the method access='private' which means that method can only be called 
from another method in the component.  When starting out with cfc's, I would ignore 
the access attrib. until you get comfortable with the basic architecture.


I also note that in your cfc, the return var is 'binary', however you are returning a 
'boolean'


______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to