Validating wizard pages with Spring 3
问题 I started researching how to create a controller for a wizard-like form in Spring and came across the AbstractWizardFormController, which I quickly noticed was deprecated. I then dug a bit further and found how to accomplish something similar with Spring 3. This example does not do any sort of validation though (e.g. via @Valid ), so I'm wondering how does one validate each step of a wizard? Would it be possible for each step have its own backing Form object and then use @SessionAttributes to