Wicket version: 1.6.11
Suppose I have a Textfield component on a dynamic wizard page, which is Ajax enabled. When I click on that component I want to disable the 'Next' button on the wizard button bar, until the user has hit the enter key.
After trawling through the code for the various wizard classes - WizardButtonBar etc, I don't think this is possible with the standard implementation of the wizard buttons.
Just asking the question here with the possibility that someone can correct me if I'm wrong, or suggest alternatives for the above.