Hi,

I'm using this code to disable the automatic form submission:

public void onActiveStepChanged(IWizardStep newStep) {
    Button b = (Button) ((MarkupContainer)
getForm().get(BUTTONS_ID)).get("next");
    b.setDefaultFormProcessing(myflag);
}

Is there something more pretty?
-- 
View this message in context: 
http://www.nabble.com/Wizard-and-form-submission-tf4842010.html#a13854908
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to