template::wizard::get_current_step (public)
template::wizard::get_current_step [ -start start ]
Defined in packages/acs-templating/tcl/wizard-procs.tcl
Set the step to display for this particular request This is determined by the wizard_step parameter. If not set, the first step is used.
Make sure that you call any "template::wizard set_param" if needed before calling get_current_step. get_current_step will redirect to the wizard -action properly setting all -params value and its other needed http state vars
The wizard will rewrite the url always. Only self submitting forms are preserved. Once the form is finished processing the wizard will take over and rewrite the url.
- Switches:
- -start (optional)
- Optionally specify
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.