Hi ppl
I'm starting now to use the Cairngorm...
I picked up the CafeTownsend example from the http://cairngormdocs.org/
site, and i was using it as a start for my application.
When trying the CafeTownsend application, in the debugging mode, i
toggled a breakpoint in the signature of the fault method in the
LoadEmployeesCommand.as.
(breakpoint)->public function fault( rpcEvent : Object ) : void {
model.errorStatus = "Fault occured in
LoadEmployeesCommand.";
}
}
When executing the app, this breakpoint is highlighted twice, with no
reason (I think) but the content of the method isn't, if toggled with
breakpoints too.
Why is this method being invoqued in this weard way???
Any clues?
thank a lot
andre
PS:sorry for my english. :|