Hi, you can change all resource strings, for the next button put
org.apache.wicket.extensions.wizard.next=hooray ... into your page's resource file (e.g. MyPage.properties). Have fun Sven Am 29. Mai 2018 09:40:42 MESZ schrieb Zbynek Vavros <[email protected]>: >I've played around with models but no success. >DynamicWizardStep did the trick. > >Maybe one more question, is it possible to hide/change title of wizard >buttons? >Ideally in per-wizard fashion so I can customize each wizard in our >app. > >Thanks > > >On Tue, May 29, 2018 at 9:36 AM, Sven Meier <[email protected]> wrote: > >> ... or let both steps work on a model with a list: the first step >puts >> item into it, and the second step reads from it. >> >> Have fun >> Sven >> >> Am 29. Mai 2018 00:29:12 MESZ schrieb Sebastien <[email protected]>: >> >Hi, AFAIR this is possible with DynamicWizardStep >>
