you might take a look at how IndicatingAjaxLink/Button show/hide the ajax loading indicator or just use it to show your hidden veil during an ajax operation
On Thu, Feb 14, 2008 at 1:43 PM, JulianS <[EMAIL PROTECTED]> wrote: > > > Martijn Dashorst wrote: > > > > See wicketstuff-minis' veil > > > > Martijn > > > Thanks for the suggestion. I've tried it, and it works fine when you are > trying to veil a component in response to an action, then unveil it in > response to another, However, if I try to enable the veil at the start of an > ajax submit, then disable it at the end, the mask is never displayed because > all the processing happens before the ajax targets are updated. I have a > feeling that this could be fixed by having VeilResources extend > AbstractAjaxBehavior instead of AbstractBehavior but I don't know how to do > it. > > Julian > > > -- > View this message in context: > http://www.nabble.com/Overlay-div-on-ajax-call-tp15485027p15489970.html > > > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
