I have an ajaxlink on my modal window that takes the user to a new page, one
the modal window is not on. I have traditionall done stuff like this with
RestartResponseException. But when I use that from the modal window, the
new page renders INSIDE the modal window. Not the desired behavior.
I tried adding a ModalWindow.closeCurrent(target); above the exception, but
the exception seems to swallow that up...which makes sense.
How can I close the window AND redirect in one fell swoop?
the modal window is not on. I have traditionall done stuff like this with
RestartResponseException. But when I use that from the modal window, the
new page renders INSIDE the modal window. Not the desired behavior.
I tried adding a ModalWindow.closeCurrent(target); above the exception, but
the exception seems to swallow that up...which makes sense.
How can I close the window AND redirect in one fell swoop?