I have a wizard which ends with the following alert:
alert = Alert.show("The message has been sent. Would you like to send
another?", "", Alert.YES | Alert.NO, null, handleClose);If the user chooses YES the alert disappears from view, but next time there are two of them. Any obvious mistakes?

