Maybe this isn't strictly a Wicket question, but I have a link from the main page which opens a pop-up window. The pop-up has a form handled by a servlet (in my case, a Wicket page mounted to a servlet-like URL).
Upon completing the form in the pop-up, I need to close the pop-up window *from the server*. There is no way to do it in the client. The client form is a "black-box" Adobe container which only sends HTTP request params to my servlet. After closing the popup, I also need to refresh the main page, which shows a listing of all user records (including the new one just entered in the popup). Is there a way to accomplish that? Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Close-Pop-up-Window-From-Server-tp4567812p4567812.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
