I'm sorry for my English.
I have a modal window created to show messages of error and when I execute it more than once it gives me the following error. window.detach () does not it finish the modal window?
Not unique in ID space [Page bI1Q7]: errorMessageBoxWindow
@Command
public void closeWindowModal() {
win.detach();
}
Than you
↧