Seems like you are using the wrong approach to this, did you see the examples on how it's working?
2009/5/5 HHB <[email protected]>: > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
