capture ModalWindow data in Parent page

2009-02-02 Thread wicketworker

Hi,
Could someone please guide me with the below situatuation. I have a parent
page in which i have a hyper link, when i click that i am opening a
Modalwindow in a new page. Is there an example to capture some form data
from that modal window, and upon closing that modal window update the parent
page with the captured data. 

Could some one please tell me if there is any such example?

Thanks in Advance.

-- 
View this message in context: 
http://www.nabble.com/capture-ModalWindow-data-in-Parent-page-tp21792124p21792124.html
Sent from the Wicket - User 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



Re: capture ModalWindow data in Parent page

2009-02-02 Thread Daan van Etten
Sure! You can for example use an abstract method to post the data back  
to the parent.


A complete example is here:
http://stuq.nl/weblog/2008-06-05/wicket-how-to-write-a-reusable-modal-window-popup

 - Daan

Op 2 feb 2009, om 16:53 heeft wicketworker het volgende geschreven:



Hi,
Could someone please guide me with the below situatuation. I have a  
parent

page in which i have a hyper link, when i click that i am opening a
Modalwindow in a new page. Is there an example to capture some form  
data
from that modal window, and upon closing that modal window update  
the parent

page with the captured data.

Could some one please tell me if there is any such example?

Thanks in Advance.

--
View this message in context: 
http://www.nabble.com/capture-ModalWindow-data-in-Parent-page-tp21792124p21792124.html
Sent from the Wicket - User 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




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