Hello,

Why does the AbstractWizardController ignore GlobalErrors in validatePagesAndFinish ? It will redirect back to the form page if errors with the fields, but global errors don't redirect.

This functionality would be extremely useful. We have many 2 step AWC implementations. On the second button press, we both validate the form and leave the workflow. If there are global errors, we should go back and show the form again.

In processFormSubmission, the check for isFinish() happens before the generic check for errors on the page.

We manually handle this in processFinish now, but seems like validatePagesAndFinish or a reordered processFormSubmission should handle it for us.

Thanks for any insight you may have,
Seth