Re: Nested forms in WizardStep

2017-11-16 Thread Sven Meier
Have you tried https://stackoverflow.com/questions/26502864/disabling-nested-form-validation-in-wicket ? Have fun sven Am 16.11.2017 um 18:19 schrieb Dirk Forchel: Currently we use the Wizard/WizardStep classes from wicket-extensions to set required data for an object (in our case a

Nested forms in WizardStep

2017-11-16 Thread Dirk Forchel
Currently we use the Wizard/WizardStep classes from wicket-extensions to set required data for an object (in our case a checkout process with some user Information, e.g. addresses etc.). The first step contains a Login form with two "required" input components for the credentials and a separate

Re: Full HTML markup for a panel

2017-11-16 Thread Martin Grigorov
Hi, With org.apache.wicket.settings.DebugSettings#setOutputMarkupContainerClassName(true) Wicket will add HTML comments around each markup container with associated markup, like Panel. Then you can check it in the browser's view-source. Martin Grigorov Wicket Training and Consulting