Re: Wizard - showing Modal on "next" button

2020-07-15 Thread Sven Meier
Hi, easiest solution is to do the confirmation in JS only:         button.add(new Behavior() {             @Override             public void renderHead(Component component, IHeaderResponse response)             { response.render(OnEventHeaderItem.forComponent(component, "click", "return confi

[ANNOUNCE] Apache Wicket 8.9.0 released

2020-07-15 Thread Andrea Del Bene
The Apache Wicket PMC is proud to announce Apache Wicket 8.9.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 m

[ANNOUNCE] Apache Wicket 9.0.0 released

2020-07-15 Thread Andrea Del Bene
The Apache Wicket project announces the 9th major release of the open source Java web framework servicing websites and applications across the globe since 2004. Built on top of Java 11, this version of Wicket brings web development into the modern Java world, offering a fundamental tool to kee

Wizard - showing Modal on "next" button

2020-07-15 Thread Leonardo D'Alimonte
Hello, I'm writing a Wizard with some steps inside which the user must follow. I wonder if there's the chance to display a modal window with a warning message when the user clicks the "Next" button, in order to ask for a confirmation. Once the user acknowledges the message with the OK button, ste