Hi all,
I am calling remote object method and in fault() handler I want to check whether
server returned SessionDisconnectedException. If it does then I want to open
pop-up window with something like "do you want to reconnect to database?" and
two buttons Yes/No.
And now the question. How should I handle it to follow CG best practices? Should
I dispatch ReconnectEvent in fault method and then to create and show that
pop-up dialog in ReconnectCommand? But command shouldn't work directly with
view. So how to do it?
Thanks for your tips,
//pyso