views:

20

answers:

0

I'm developping a web application with Spring MVC, and i need to develop a new model as a wizard; first i have to load a file and extract informations from this file, after i have to edit these informations, and doing other operations, and i have to finish the process by doing other traitement. I'm looking on internet i found AbstractWizardFormController but when i saw, i think that we can't do a process in pages, there is just Finish process.