Remoting, returning errors from CFCs to Flex

2007-12-14 Thread Giles Roadnight
Hi All I am setting up a login system for my Flex administration tool. I'm using a ColdFusion 8 backend. I've looked into CFlogin but I'm not very keen on it really so I've decided to just use session variables instead. When a user logs in a userVo object is stored in the session variable (and

Re: Remoting, returning errors from CFCs to Flex

2007-12-14 Thread Jo�o_Fernandes
Giles did you try cfthrow? Everytime you use cfthrow you'll get a faultEvent in the Flex side. -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org ~| Adobe® ColdFusion® 8 software 8 is the most important and

Re: Remoting, returning errors from CFCs to Flex

2007-12-14 Thread Giles Roadnight
Many thanks, I'll try that next time I'm working on this project. On Dec 14, 2007 8:46 AM, João_Fernandes [EMAIL PROTECTED] wrote: Giles did you try cfthrow? Everytime you use cfthrow you'll get a faultEvent in the Flex side. -- João Fernandes http://www.onflexwithcf.org