239240241242243244245246
} }); modalDialog.show(); // Force the current screen to be refreshed so the error report will be displayed. ControllerStatus controllerStatus = ControllerStatus.lookup(); controllerStatus.setResponse(new ShowCurrentScreenResponse()); }
242243244245246247248249