Results 1 to 2 of 2

Thread: Wizard form controller validation on process finish

  1. #1

    Default Wizard form controller validation on process finish

    in my wizard controller
    i need that a certain page should not to get validated if finish button is pressed ..

    in the flow that should get validated ..

    is there anything i could check in validate page method that signifies that this validation is being performed on the click of finish button so that i skip it .. ?

    thanx

  2. #2

    Default

    ok..

    i used
    validatePage(Object command, Errors errors, int page, boolean finish)
    method to check that ...

    now i have another problem ..

    I still need to valiadate based on which button was pressed ..


    i have two buttons on my page both goes back to the same target ..
    one should go without validation and other should go after validation

    seems like a confusing scenario ..
    but i do need this

    please help ...
    thanx

Similar Threads

  1. Replies: 6
    Last Post: Jul 20th, 2007, 05:56 AM
  2. Replies: 1
    Last Post: Sep 22nd, 2005, 04:08 PM
  3. Replies: 0
    Last Post: Jun 10th, 2005, 08:22 AM
  4. Replies: 2
    Last Post: Apr 27th, 2005, 12:30 AM
  5. Commons validation with wizard form controller
    By brianstclair in forum Web
    Replies: 0
    Last Post: Jan 14th, 2005, 02:14 PM

Posting Permissions

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