Hi,

finally i got a solution in wicket. In ParentPage.class I am calling
setWindowClosedCallback and in that i have wriiten code for refrehing the
ParentPage when modal window closes.

modalDialog.setWindowClosedCallback(new ModalWindow.WindowClosedCallback() 
       { 
               private static final long serialVersionUID = 1L; 

               @Override 
               public void onClose(AjaxRequestTarget target) 
               { 
                   target.addComponent(getPage()); 
               } 
       });



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-redirecting-to-wicket-page-using-setResonsePage-tp4654935p4655037.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to