Re: Getting access to AjaxRequestTarget

2019-06-07 Thread Martin Grigorov
SSE support. I would recommend you 2) Cheers, Martin On Sat, Jun 8, 2019, 03:22 Roman Sery wrote: > Hi, I have a question about getting access to the AjaxRequestTarget outside > the context of an ajax request. > > What I'm trying to do is send some javascript from the server to t

Getting access to AjaxRequestTarget

2019-06-07 Thread Roman Sery
Hi, I have a question about getting access to the AjaxRequestTarget outside the context of an ajax request. What I'm trying to do is send some javascript from the server to the browser from a different thread where RequestCycle.get() is not available. >From within a WebPage, Im using Redis