Hey,
I have a ModalWindow with an Ajaxified form.
Upon a successful submitting, a data table in the original 
panel that caused the modalwindow to be appeared is getting updated.
The problem is the close button of the ModalWindow is not working, 
I mean the window isn't getting shut down.

editContactModal.setCloseButtonCallback(new 
            ModalWindow.CloseButtonCallback() {
     @Override
     public boolean onCloseButtonClicked(AjaxRequestTarget 
            target) {
            return true;
     }
});

Any idea what is going wrong?
Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to