Re: Does wicket 9 support reactive programming?

2020-09-18 Thread Martin Grigorov
e.html#_creating_custom_ajax_call_listener > > >> or Websockets .... > > >> > > >> > > > https://ci.apache.org/projects/wicket/guide/9.x/single.html#_native_websockets > > >> > > >> - Ursprüngliche Mail - > > >>> Vo

Re: Does wicket 9 support reactive programming?

2020-09-18 Thread Emmanuel Sowah
rg/projects/wicket/guide/9.x/single.html#_creating_custom_ajax_call_listener > >> or Websockets > >> > >> > https://ci.apache.org/projects/wicket/guide/9.x/single.html#_native_websockets > >> > >> - Ursprüngliche Mail - > >>> V

Re: Does wicket 9 support reactive programming?

2020-09-18 Thread Sven Meier
ptember 2020 10:35:24 Betreff: Does wicket 9 support reactive programming? Hi, I am using spring 5 and via reactive programming, I am receiving a Flux data which I am trying to display in a table on a Wicket page. However I get an exception during rendering of the table. The exception basically sa

Re: Does wicket 9 support reactive programming?

2020-09-18 Thread Emmanuel Sowah
e.org/projects/wicket/guide/9.x/single.html#_native_websockets > > - Ursprüngliche Mail - > > Von: "Emmanuel Sowah" > > An: "users" > > Gesendet: Freitag, 18. September 2020 10:35:24 > > Betreff: Does wicket 9 support reactive programm

Re: Does wicket 9 support reactive programming?

2020-09-18 Thread Korbinian Bachl
quot; > Gesendet: Freitag, 18. September 2020 10:35:24 > Betreff: Does wicket 9 support reactive programming? > Hi, > > I am using spring 5 and via reactive programming, I am receiving a Flux > data which I am trying to display in a table on a Wicket page. However I > get

Does wicket 9 support reactive programming?

2020-09-18 Thread Emmanuel Sowah
Hi, I am using spring 5 and via reactive programming, I am receiving a Flux data which I am trying to display in a table on a Wicket page. However I get an exception during rendering of the table. The exception basically says the RequestCycle is closed, which sounds logical to me if wicket is not