ModalWindow and wicket 10

2023-10-20 Thread Korbinian Bachl
Hi, just a short question. Since wicket 10 removed ModalWindow and insists now on using ModalDialog even so many features of ModalWindow aren't in ModalDialog existing (for example closeCallback, resize, move, header, closebutton, init of width, height etc.etc). Would it maybe possible if the

JDK 21 Is Now GA, a New VS Code Extension, and an Annotation Processing Heads-up

2023-10-20 Thread David Delabassee
Greetings! JDK 21 has been released (General Availability) on September 19th as planned. You can find "The Arrival of Java 21" announcement here [1], and some additional Java 21 materials in the "Topics of Interest" section below. On behalf of the entire Java team, let me send our thanks to all

Re: ModalWindow and wicket 10

2023-10-20 Thread Sven Meier
Hi, I thought we already moved the old implementation to wicket-stuff, but apparently I forgot to do it actually. For explanation: the old ModalWindow is riddled with JS and dynamically generated HTML markup which we didn't want to maintain any more. Sven On 20.10.23 11:22, Korbinian Bach

https://github.com/apache/wicket/pull/682

2023-10-20 Thread Ernesto Reinaldo Barreiro
Any volunteers to review this PR? https://github.com/apache/wicket/pull/682 -- Regards - Ernesto Reinaldo Barreiro

Re: ModalWindow and wicket 10

2023-10-20 Thread Korbinian Bachl
wicket-stuff would be really nice :) - Ursprüngliche Mail - > Von: "Sven Meier" > An: "dev" > Gesendet: Freitag, 20. Oktober 2023 12:16:53 > Betreff: Re: ModalWindow and wicket 10 > Hi, > > I thought we already moved the old implementation to wicket-stuff, but > apparently I forgot to