Re: Best way to remove content from a close Modal Window?

2011-03-21 Thread Pedro Santos
modalWindow.replace(new WebMarkupContainer(modalWindow.getContentId())); On Mon, Mar 21, 2011 at 3:36 PM, Chris Colman chr...@stepaheadsoftware.comwrote: I open a form in a ModalWindow. Even after the form is closed the content seems to remain because the form contents are serialized out with

RE: Best way to remove content from a close Modal Window?

2011-03-21 Thread Chris Colman
Great, thanks Pedro. I'll give that a go. -Original Message- From: Pedro Santos [mailto:pedros...@gmail.com] Sent: Tuesday, 22 March 2011 5:41 AM To: users@wicket.apache.org Subject: Re: Best way to remove content from a close Modal Window? modalWindow.replace(new WebMarkupContainer