[ANNOUNCE] WicketStuff 9.14.0 Released

2023-05-28 Thread Maxim Solodovnik
WicketStuff core 9.14.0 based on Apache Wicket 9.14.0 is released and soon will be available at Maven Central! Maxim Solodovnik (6): Switching to the next development version Hazelcast is updated Dependencies are updated Code clean-up Dependencies are updated wi

[ANNOUNCE] Apache Wicket 9.14.0 released

2023-05-28 Thread Andrea Del Bene
The Apache Wicket PMC is proud to announce Apache Wicket 9.14.0! Apache Wicket is an open source Java component oriented web application framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more. You can find

Re: Where is ModalWindow in wicket-10 ?

2023-05-28 Thread Martin Grigorov
On Sun, May 28, 2023 at 12:27 PM smallufo wrote: > I found that all my ModalWindow cannot compile because ModalWindow is > removed. > Is there any reason for this? > And it seems there is a modelDialog ( to replace ModalWindow ?) , > https://github.com/apache/wicket/blob/wicket-9.x/wicket-extens

Where is ModalWindow in wicket-10 ?

2023-05-28 Thread smallufo
I found that all my ModalWindow cannot compile because ModalWindow is removed. Is there any reason for this? And it seems there is a modelDialog ( to replace ModalWindow ?) , but it doesn't accept model object. Any migration guide ? thanks. [image: 截圖 2023-05-28 17.22.43.png]