you can use an ajax call decorator to disable the button via javascript when it is clicked.
-igor On Sun, Aug 30, 2009 at 2:55 PM, Tom Wollert<[email protected]> wrote: > Hello there, > > I have a problem with my Wicket Application, which is quite Ajax heavy. > Certain ajax calls take some time as they start an import, however the > button can still be clicked and sends another ajax call (which is delayed > for quite some time). Is it possible to disable the button while the request > cycle is not complete? (I mean with wicket, or do I need to use > Javascript?). Also ajax calls are postponed as long as the channel is busy, > is it possible to deactivate this behaviour? And are there reasons why I > should not? > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
