I have a five step static Wicket Wizard which works great for the most part.  I 
am running on Wicket 1.4.13.

I am seeing some odd behavior and stepping through a debugger hasn't yielded 
any causes so I am reaching out to the forum for help.

If I navigate through the wizard by pressing the "Next" button all the way to 
the final step (step 5),  I DO NOT complete the wizard by pressing "Finish", 
but instead press the "Previous" button which takes me to step 4.  From step 4, 
I then press the "Next" button.

At this point, I would expect to be taken to step 5, instead it appears to 
complete the wizard skipping step 5 and navigating me out of the wizard 
completely.
It acts like its executing "Finish" but I cannot step through the wizard in the 
debugger and see that is indeed what is happening.

I cannot really supply any code, but from what I can tell, I am not doing 
anything out of the ordinary.  It really is just a basic wizard.

Thoughts?

J.D.


Reply via email to