Replacing content in a ModalWindow issue

2009-08-25 Thread Doug Leeper
I have looked at the ModalWindow javadoc, searched through Nabble, and tried several different approaches but I cannot do the following. I have a ModalWindow showing a Panel A. This panel has a link that when selected, it is to show a ModalWindow with another Panel B. Ideally,

Re: Replacing content in a ModalWindow issue

2009-08-25 Thread Martin Makundi
Off the top of my head, you do not need anything special. Just show the same modal window again after the callback. Unless the modal window is cleaned up only after callbakc. BTW: Why close the modal window in the first place? Why not just replace the content while the modal window is open? Just