PDA

View Full Version : Sample/tutorial of WizardFormController?



fester
Aug 20th, 2004, 08:24 AM
Is there somewhere a usage example of the WizardFormController? The documentation does not provide very much information to me.

kay
Aug 20th, 2004, 08:39 AM
The sample application petclinic does have one of these controllers, but I still found it a bit difficult to figure out without docs.

stek
Aug 24th, 2004, 02:46 PM
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 petstore

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?