Re: Under certain circumstances, prevent the replacement of markup after a successful Ajax response

2020-10-20 Thread Sven Meier
Hi, from the JavaDoc:     /**      * Indicates whether or not this AjaxBehavior will produce . By default it will      * produce it but some behaviors may need to return their own response which shouldn't be      * processed by wicket-ajax.js      */     private boolean wicketAjaxResponse =

Under certain circumstances, prevent the replacement of markup after a successful Ajax response

2020-10-20 Thread Holzmueller
Hi everyone, I've a question about the wicket ajax response processing. What's the meaning behind the attrs.wr JavaScript boolean attribute? I can change it with JavaScript by the IAjaxCallListener.getBeforeSendHandler() method. My goal is to prevent the ajax component replacement in some

Re: Display custom page automatically on session expiry without any action

2020-10-20 Thread Arunachalam Sibisakkaravarthi
We just followed the project you shared https://github.com/reiern70/antilia-bits/tree/master/client-sign-out-parent *Thanks And RegardsSibi.ArunachalammCruncher* On Tue, Sep 29, 2020 at 3:32 PM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Good to know. Can you share a bit more