Hello,

I have to deal with very large forms (up to 1000 fields) that are broken down into sections. Each section has a "next" and a "back" button that is used to navigate between sections. 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?

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.

Thomas.