>
> As I said earlier, in Wizard.java's method
>
> protected void onBeforeRender()
> {
> super.onBeforeRender();
> Component buttonBar = get(BUTTONS_ID);
> if (buttonBar instanceof IDefaultButtonProvider)
> {
> IFormSubmittingComponent defaultButton =
> ((IDefaultButtonProvider)buttonBar)
> .getDefaultButton(wizardModel);
> form.setDefaultButton(defaultButton);
> }
> }
Ugh. That get call should have been done on form of course. Sorry for
the oversight. It is fixed now.
Eelco
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]