Hi Gordon, Thanks for the reply. Alex's post cleared it up for me. The custom events both had identical type strings. I modified the fault event's "static const" type to have '_faut' at the end and presto, everything worked as I expected.
Cheers, Dom --- In [email protected], "Gordon Smith" <[EMAIL PROTECTED]> wrote: > > The key thing here seems to be that code that is expecting a (custom) > fault event is getting a (custom) result event instead. You need to > figure out how that can happen in your code. > > > > Gordon Smith > > Adobe Flex SDK Team > > >

