I have a wizard-based form that I would like to be able to submit a "refresh" of the current page to re-load reference data but not perform any validation. This would be similar to the SimpleFormController's isFormChangeRequest() method. I can't see a good way to accomplish this in the AbstractWizardFormController class, and was wondering if there was anything I might be missing before I start to come up with a solution.