Hi all
I my application, I'm opening a window using PopupSettings. In this window I have a PageableListView displaying a list of items. I'd like to click an item which will close the popup window and enter the value of the clicked item into a textfield in the opening window.
I thought of using a PopupCloseLink for each item, which should close the window and clean it up properly (hence the PopupCloseLink). However I'm not sure how to get the value of the clicked item back to the opening document in that case. Normally (before discovering wicket ;)) I'd use _javascript_ to pop the value back to the opener, but I'm not sure if that's possible with the PopupCloseLink. I could use a normal Link component and use the _javascript_, but I like the idea that the window doesn't linger around in memory somehwere.
Any advice would be appreciated.
Tom
- [Wicket-user] Using Popup window Thomas J du Plessis
- Re: [Wicket-user] Using Popup window Igor Vaynberg
- Re: [Wicket-user] Using Popup window Thomas J du Plessis
- Re: [Wicket-user] Using Popup window Matej Knopp
