Results 1 to 3 of 3

Thread: AbstractWizardController ignoring GlobalErrors in Validate?

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Location
    Hawaii, US
    Posts
    225

    Default AbstractWizardController ignoring GlobalErrors in Validate?

    Hello,

    Why does the AbstractWizardController ignore GlobalErrors in validatePagesAndFinish ? It will redirect back to the form page if errors with the fields, but global errors don't redirect.

    This functionality would be extremely useful. We have many 2 step AWC implementations. On the second button press, we both validate the form and leave the workflow. If there are global errors, we should go back and show the form again.

    In processFormSubmission, the check for isFinish() happens before the generic check for errors on the page.

    We manually handle this in processFinish now, but seems like validatePagesAndFinish or a reordered processFormSubmission should handle it for us.

    Thanks for any insight you may have,
    Seth

  2. #2
    Join Date
    Nov 2004
    Posts
    15

    Default I was just hit by the same problem

    Would be nice to get an answer on that one...

  3. #3
    Join Date
    Aug 2004
    Location
    Hawaii, US
    Posts
    225

Similar Threads

  1. Only validate enabled components
    By afida in forum Swing
    Replies: 0
    Last Post: Jul 11th, 2005, 03:56 AM
  2. How to validate command class which is an arraylist
    By ameriquestspring in forum Web
    Replies: 0
    Last Post: May 19th, 2005, 11:40 PM
  3. could not satisfy dependencies
    By springuser in forum Container
    Replies: 4
    Last Post: Apr 26th, 2005, 01:15 PM
  4. Replies: 1
    Last Post: Apr 25th, 2005, 07:37 PM
  5. Validate a field that is not binded
    By sherihan in forum Web
    Replies: 2
    Last Post: Feb 20th, 2005, 09:20 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
  •