Hi, You should use onComplete instead of onAfter. What is the problem with the contents ?
On Thu, Jun 27, 2013 at 9:48 AM, smöker <[email protected]> wrote: > hi guys, > > i'm stuck in a problem showing up a modal window before a long running task > started by an ajax button and closing it when the process is finished - any > help/advice is highly appreciated! > > i already managed to show up the ModalWindow using onBeforeSend ajax, but > one the one hand, the contents of this popup are not shown up and i also > have problems closing the window after the process. > > for having access to the show and close scripts i made a custom ModalWindow > providing public access to the private scripts : > > > > furthermore, here's my code for the ajaxButton : > > > > > would be nice, if you could take a look and give me some hints, whether > this > is going into the right direction or if there are good alternatives for > this > use case.. > > thanks in advance! > > > > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Handling-ModalWindow-show-close-using-AjaxCallListeners-tp4659849.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] > >
