elemur
Feb 10th, 2006, 02:45 PM
Hi,
I'm not sure how I should best handle this, but I have an AbstractWizardFormController that mostly is a normal sort of multi-page entry/validation process. However, in the middle of the process the user is allowed to search for an item, and must choose an item from the list of results.
The goal is that they could click on the item they want, and be able to continue the wizard process.
The wizard uses POST pages, but when I make a link with the list entry and a submit target reference, it seems to start the wizard over again, rather than continuing to the next page.
Is there a way to easily handle this list results selection mid-wizard?
thanks!
I'm not sure how I should best handle this, but I have an AbstractWizardFormController that mostly is a normal sort of multi-page entry/validation process. However, in the middle of the process the user is allowed to search for an item, and must choose an item from the list of results.
The goal is that they could click on the item they want, and be able to continue the wizard process.
The wizard uses POST pages, but when I make a link with the list entry and a submit target reference, it seems to start the wizard over again, rather than continuing to the next page.
Is there a way to easily handle this list results selection mid-wizard?
thanks!