Is there somewhere a usage example of the WizardFormController? The documentation does not provide very much information to me.
Is there somewhere a usage example of the WizardFormController? The documentation does not provide very much information to me.
The sample application petclinic does have one of these controllers, but I still found it a bit difficult to figure out without docs.
maybe you mean petstoreOriginally Posted by kay
petclinic.html says:
"AbstractWizardFormController is not used in Petclinic and is not discussed here. "
although jpetstore does seems to use it in OrderFormController, but that file is undocumented. and I don't see the equivalent to petclinic.html where it might be explained.
the reference docs mention WizardFormController once and gives a one sentence description.
I, too, would like to see some documented examples that explain how to use it. Are there not any?