I have a Button which performs some processing in Wicket, and at the very end (not before), I need to show a JS popup alert box, with info from the processing.
If I override protected IAjaxCallDecorator getAjaxCallDecorator() and add a JS function to display the popup, that will fire immediately. How do I make it wait until after processing is done, and how do I pass values to it that come from Wicket? Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Display-JavaScript-Pop-up-Alert-Box-In-Wicket-After-Processing-tp4658666.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]
