I'm relatively new to wicket and have question about the wizard implementation.
It seems all the steps added to the Wizard in its constructor are themselves constructed when init is called on the Wizard. What I would like to do is have a mechanism for dynamically changing the second step in my wizard so that an arbitrarily sized editable list is displayed. Say step one was "How many events would you like to create," step two would be a list that corresponded in size to the answer provided in step one. What's the best way to approach this? I'm using 1.3.3 and a panel style wizard. Thanks. Ed.
