We are using the Cairngorm framework in our Flex 2.0 app. andhave now
met a problem related to the resulthandling. If I tracethe result in the
onResult handler in the Command class, the tracesonce the first time i
call the service, two times the second, threetimes the third and so on.
It might be related to the code whichadds the event handler, but I'm not
sure.Have any of you met the same problem, or maby see some errorsin the
code below?Event class: public class GetCategoriesEvent extends
Cair...