I have a simplier way to test my cfc's by calling them directly in the
url:
http://myServer/mySite/myClass.cfc?method=myFunction&arg=3&; ..

Use CFDump to debug, as suggested by Indy, and don't forget to add
output="yes" to your cffunction if you want to see the output ;)

Cheers,
pim

--- In [email protected], Indy Nagpal <[EMAIL PROTECTED]> wrote:
> Yes...
> 
> I find that is always a good idea to have a cfm page that queries your
> cfc exactly in the same manner as the remoteobject tag in your flex
> app would. And use cfdump on your cfm page to examine what the cfc
> returns. That way you know exactly what is being returned. And if you
> are using structures and queries, be careful of the capitalization of
> structure keys and query column names. Trust me, it saves a lot of
> time.
> 
> Indy
> 




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to