Re: Wicket: redirecting to wicket page using setResonsePage

2012-12-24 Thread Arun Chauhan
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

Re: Wicket: redirecting to wicket page using setResonsePage

2012-12-19 Thread Arun Chauhan
Thanks Ernesto for nice suggestion. I will give it a try.. :) Is there a way to do it in wicket code only. Because till now I haven't used much javascript in my application. -- View this message in context:

Re: Wicket: redirecting to wicket page using setResonsePage

2012-12-19 Thread Arun Chauhan
Thanks Ernesto. U are right.. :) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-redirecting-to-wicket-page-using-setResonsePage-tp4654935p4654939.html Sent from the Users forum mailing list archive at Nabble.com.