template::wizard::set_param (public)
template::wizard::set_param name value
Defined in packages/acs-templating/tcl/wizard-procs.tcl
Set a wizard's param for passthrough
Normally you place this in the steps of the wizard where the form has been processed. A param is normally used when you want to reuse a value across the steps.
Note: if you are to use "template::wizard set_param" on a wizard file ex. (wizard.tcl). Make sure to do it before "template::wizard get_current_step". So when "template::wizard get_current_step" redirects it will properly set the correct values of the param to the new value.
- Parameters:
- name (required)
- value (required)
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.