ComponentNotFoundException when using AbstractAjaxTimerBehavior

2016-11-16 Thread René Hartwig
Hi, in my application I have implemented a simple ajax-based navigation: Clicking the navigation link replaces the current panel with a new one. One of the panels starts an ajax timer. If the user clicks another navigation link while the timer is still running a ComponentNotFoundException

Re: WebSocket close is being called if AjaxDownloader is used

2016-11-16 Thread Maxim Solodovnik
I believe all comments are now addressed, Should I create PR to add AjaxDownload to wicket-extensions? both 7.x and 8.x? On Fri, Nov 11, 2016 at 6:11 PM, Sven Meier wrote: > +1 on putting it into wicket-extensions. > > Sven > > > Am 11.11.2016 um 10:54 schrieb Martin Grigorov:

Re: WebSocket close is being called if AjaxDownloader is used

2016-11-16 Thread Martin Grigorov
Hi Maxim, Please do! Thank you! On Nov 16, 2016 10:58 AM, "Maxim Solodovnik" wrote: > I believe all comments are now addressed, > Should I create PR to add AjaxDownload to wicket-extensions? both 7.x and > 8.x? > > On Fri, Nov 11, 2016 at 6:11 PM, Sven Meier

Re: Single page app as custom resource?

2016-11-16 Thread Martin Grigorov
Hi Lars, AFAIK some people use this approach in their applications. You can use Wicket resources as endpoints or any other, e.g. Spring MVC, just make sure you "wrap" them in WicketSessionFilter so you have access to Application.get() and Session.get() inside them. On Nov 16, 2016 7:41 AM,

Re: Single page app as custom resource?

2016-11-16 Thread Lars Törner
Ok, thanks Martin! It would be really interesting to hear the opinion of someone that tried the approach. 2016-11-16 12:43 GMT+01:00 Martin Grigorov : > Hi Lars, > > AFAIK some people use this approach in their applications. > > You can use Wicket resources as

Re: WebSocket close is being called if AjaxDownloader is used

2016-11-16 Thread Maxim Solodovnik
Done: https://github.com/apache/wicket/pull/190 https://github.com/apache/wicket/pull/191 On Wed, Nov 16, 2016 at 5:14 PM, Martin Grigorov wrote: > Hi Maxim, > > Please do! > > Thank you! > > On Nov 16, 2016 10:58 AM, "Maxim Solodovnik" wrote: >