Re: [Wicket-user] how to update component on parent page.

2007-06-17 Thread ravi.gidwani
Got the answer Just for the reference for others: http://www.nabble.com/Help%3A-modalwindow-question-tf3920367.html thanks & Regards, Ravi Gidwani. ravi.gidwani wrote: > > Hi all: > I have scenario: > > 1) I have a page (say Page1) with a link A and a Image (say img1) > 2) On clic

[Wicket-user] how to update component on parent page.

2007-06-17 Thread ravi.gidwani
Hi all: I have scenario: 1) I have a page (say Page1) with a link A and a Image (say img1) 2) On clicking link A, I open a ModalDialog (as a separate page). Say C. 3) There is a AjaxLink on this Page C (ModalDialog), on clicking this link, I do some processing and close the dialog. Now the