I have figured out why my ModalWindow was not working.
Declaring the ModalWindow from a panel did not work. The ModalWindow would appear, but the ModalWindow contents (a panel) would be rendered within the parent panel after the ModalWindow was closed. If I declare the ModalWindow in a page, everything was fine. I can still invoke the ModalWindow from a panel, all is good. For now, I am going to declare all my ModalWindows at the page level,and pass these as constructor arguments to my panels.
Can we add this as a limitation in the javadocs/faq for the ModelWindow? If I saw this documented, it would have saved me a lot of time!
Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org