Results 1 to 3 of 3

Thread: multipage forms

  1. #1
    Join Date
    Nov 2004
    Posts
    2

    Default multipage forms

    Are there any good examples or can you provide some insight in how to handle a multipage form.

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

    Default

    Look at: org.springframework.web.servlet.mvc.AbstractWizard FormController

  3. #3
    Join Date
    Aug 2004
    Posts
    109

    Default Re: multipage forms

    Quote Originally Posted by javaprof
    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)
    Thanks,
    Alex.

Similar Threads

  1. Struts forms and validation with webflow
    By danielm in forum Web Flow
    Replies: 13
    Last Post: Nov 27th, 2006, 11:57 PM
  2. Help on 2 forms sharing 1 formModel
    By hszetu in forum Swing
    Replies: 8
    Last Post: Mar 9th, 2005, 03:49 PM
  3. Replies: 1
    Last Post: Feb 25th, 2005, 07:12 AM
  4. Forms and nested properties
    By DaGGeRRz in forum Swing
    Replies: 0
    Last Post: Feb 23rd, 2005, 08:59 AM
  5. Replies: 4
    Last Post: Jan 21st, 2005, 08:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •