AjaxSelfUpdatingBehaviour detaches my DataTable

2018-10-29 Thread Sandor Feher
Hi, I succesfuly implemented my session expiration solution described in my recent post: http://apache-wicket.1842946.n4.nabble.com/Handling-session-timeout-properly-td4675541.html and I use the same behavior for refreshing my NotificationPanel too. My only problem/observation that AjaxSelfUpdat

Re: AjaxSelfUpdatingBehaviour detaches my DataTable

2018-10-30 Thread Sandor Feher
Hi Sven, Ok, thanks. -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: AjaxSelfUpdatingBehaviour detaches my DataTable

2018-11-12 Thread Sandor Feher
Hi, I feel a little bit dump but I can't fix it. At the moment it looks like if I want my DataTable get reloaded then I must call explicitly a public method in my DataProvider. So far I simply called detachModel() on my DataTable and in detach method I reloaded list using my DAO. Because of Aw

Re: AjaxSelfUpdatingBehaviour detaches my DataTable

2018-11-14 Thread Sandor Feher
Hi, Sorry for the confusing. Let me explain it more. Let's suppose a simple CRUD page with a single DataTable and it's dataprovider. I need to refresh my datatable after a new item added. So far I did it like this: mw = new ModalWindow("modal"); mw.setWindowClosedCallback(new ModalWindow.WindowC

Re: AjaxSelfUpdatingBehaviour detaches my DataTable

2018-11-19 Thread Sandor Feher
Hi Sven, Sorry, I did not notice your answer so far. Okay. Let's try to see things from different angle :) Yes I use spring. I tried to reduce the number of unnecessary queries. To achieve this I try to catch if my table filtered or a new item added or a dropdownchoice changed and so on. It wor

Catch start and finish of upload process on MultiFileUploadField

2022-10-17 Thread Sandor Feher
...---Sandor Feher fejlesztési vezetõ --- development manager Blue System Kft. --- Blue System Ltd. .. http://www.bluesystem.hu : http://www.adatmegorzo.hu : http

Re: Catch start and finish of upload process on MultiFileUploadField

2022-10-18 Thread Sandor Feher
Hi, On Mon, Oct 17, 2022 at 1:23 PM Sandor Feher wrote: Now I use IndicatingAjaxButton for that but catching it within onSubmit is late. What do you mean with "is late" ? As I realized when the first line of onSubmit function is executed the file(s) already get upload

Re: Catch start and finish of upload process on MultiFileUploadField

2022-10-18 Thread Sandor Feher
Okay, the process is  clear now. Thank you. The question is which method should I override to inject my code and show my panel when indicator shows up. 2022.10.18. 10:08 keltezéssel, Martin Grigorov írta: On Tue, Oct 18, 2022 at 10:50 AM Sandor Feher wrote: Hi, On Mon, Oct 17, 2022 at 1

<    1   2