You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hide the Modal via the user clicking a ModalCloseButton.
When it closes, and I click any other Ajax link or submit link on the page, the Modal reappears. In fact if I override the onClose method in my Modal subclass and put target.add(getParent()); then the modal will close and reopen when I press the close button.
I'm not sure what I'm doing wrong or if it's a bug but I'd really like to get this working soon. I'm migrating a large wicket app over to use this framework and this is one of the last things on my list to convert. I could just style our existing Modal windows for now but I like the API for the bootstrap Modal.
Thanks for your time.
The text was updated successfully, but these errors were encountered:
I show the Modal via Modal.show(true).
I hide the Modal via the user clicking a ModalCloseButton.
When it closes, and I click any other Ajax link or submit link on the page, the Modal reappears. In fact if I override the onClose method in my Modal subclass and put target.add(getParent()); then the modal will close and reopen when I press the close button.
I'm not sure what I'm doing wrong or if it's a bug but I'd really like to get this working soon. I'm migrating a large wicket app over to use this framework and this is one of the last things on my list to convert. I could just style our existing Modal windows for now but I like the API for the bootstrap Modal.
Thanks for your time.
The text was updated successfully, but these errors were encountered: