All,

  I'm just implementing a Flash Remoting system and I'm encountering a
strange problem with exception handling. Basically, I want to be able to
cfthrow and error and the flash application to pick that up and handle
it. I have a fault handler in Flash which successfully detects there is
an exception and calls the code within. The problem is the error that is
detected is not the message I have thrown, its an exception "cannot
convert the value of type class coldfusion.runtime.TemplateProxy to a
Boolean"

Here is my flash handler code:

function gotCategories_Fault(fault:FaultEvent):Void
{ 
        trace("Categories Fault: " + fault.fault.faultstring); 
}

Anyone else experienced this or am I just doing something wrong?

Thanks in advance.

Gavin

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220639
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to