Results 1 to 3 of 3

Thread: jumping to any page in AbstractWizardFormController ???

  1. #1
    Join Date
    Feb 2005
    Posts
    25

    Default jumping to any page in AbstractWizardFormController ???

    Hi all,

    I am facing a problem. I want to jump to the third page of AbstractWizardFormController. i tried to call http://localhost:8080/abstractwiz.htm?_target4

    but it did not work. Anyone faced this situation before????
    Any help would be appreciated.

    thanks in advance.

    Best Regards,
    Kamal

  2. #2
    Join Date
    Jan 2006
    Location
    Beijing
    Posts
    2

    Smile

    you should add following in the constructor

    setAllowDirtyBack(true);
    setAllowDirtyForward(true);


    so you can jump to page you want.

  3. #3
    Join Date
    Aug 2004
    Location
    The Netherlands
    Posts
    160

    Default

    You are able to jump to another page, do care about validation, if the entered values are valid according to your rules you can make the jump. You are talking about the third page but give the example _target4. Sounds strange. Usually the first screen is _target0. Special targets are _finish and _cancel.

    How is your controller looking? Do you use the page property in the validatePage method?
    Jettro Coenradie
    http://www.gridshore.nl

Similar Threads

  1. Replies: 3
    Last Post: Sep 22nd, 2005, 10:14 AM
  2. Replies: 0
    Last Post: Jun 10th, 2005, 08:22 AM
  3. Replies: 0
    Last Post: May 24th, 2005, 01:44 AM
  4. Replies: 2
    Last Post: May 13th, 2005, 05:42 AM
  5. Replies: 1
    Last Post: Jan 24th, 2005, 04:40 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
  •