Hi, The simplest solution is to use IndicatingAjaxButton. Every Ajax component/behavior can have IAjaxCallListener. You can use it to show an indicator in 'beforeSend' and hide it in 'complete' handler. There are also global Ajax listeners which you can use if you want to do something on every Ajax request (for all Ajax components in your page). See https://cwiki.apache.org/confluence/display/WICKET/Wicket+Ajax for more details
On Tue, Jun 11, 2013 at 9:33 AM, <[email protected]> wrote: > Hello, > > there is an AjaxButton in my application. This button starts a > sql-statement. I want to change the cursor while this statement is > executed. How can I do this with wicket? > > > Mit freundlichen Grüßen > Christoph Manig > Systems Engineer > > T-Systems International GmbH > Systems Integration - SC Travel, Transport & Logistics > Hoyerswerdaer Str. 18 > 01099 Dresden > tel.: +49 (0) 351 / 8152 - 188 > fax: +49 (0) 351 / 8152 - 209 > email: [email protected] > > > >
