Re: AbstractWizardFormController Example

Originally Posted by
thomasvdv
Form data is persisted with each click on "next" or "back".
1) Am I right to assume that the AbstractWizardFormController will be suited for my needs?
Yes, but if by 'persisted' you mean written to a database or other storage you'll need to handle that yourself in your subclass. Otherwise data is transient in the session which allows you to flip back and forth OK without losing what you filled in.
2) I haven't found any samples that demonstrate the AbstractWizardFormController. Can somebody send me a sample? I'll be happy to document this controller so that it can be shared with others.
Where did you look for the samples? There's one used in the jPetStore sample shipped with the Spring code (OrderFormControlller).
Darren Davison.
Public Key: 0xE855B3EA