View Full Version : multipage forms
javaprof
Nov 9th, 2004, 08:09 AM
Are there any good examples or can you provide some insight in how to handle a multipage form.
katentim
Nov 11th, 2004, 04:11 AM
Look at: org.springframework.web.servlet.mvc.AbstractWizard FormController
bpolka
Nov 11th, 2004, 07:54 AM
Are there any good examples or can you provide some insight in how to handle a multipage form.
nothing special about them just store your command object in session. the rest is no different except for validation (you will need to take care of not validating the fields that were not shown to the user yet)
Powered by vBulletin® Version 4.2.1 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.