Index: openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.adp,v diff -u -r1.6.2.2 -r1.6.2.3 --- openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.adp 5 Jan 2021 17:10:17 -0000 1.6.2.2 +++ openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.adp 3 Sep 2021 09:16:22 -0000 1.6.2.3 @@ -1,5 +1,5 @@ -{/doc/acs-templating {ACS Templating}} {Using the Wizard} +{/doc/acs-templating/ {ACS Templating}} {Using the Wizard} Using the Wizard

Overview Of How To Make A Wizard

@@ -155,11 +155,11 @@ load_last_visited_step -key $yourkey" before "template::wizard get_current_step", after "get_current_step" call "template::wizard -save_last_visited_step -key $yourkey"

Also the wizard params name is present across the current wizards -being used, so the developer has to be aware not to use the same -names with different purpose. For example on main wizard with have -a param called "name" for the username. And on on sub -wizard we have the param again called "name" but used for -the filename.

+save_last_visited_step -key $yourkey"

Also the wizard params name is present across the current +wizards being used, so the developer has to be aware not to use the +same names with different purpose. For example on main wizard with +have a param called "name" for the user name. And on on +sub wizard we have the param again called "name" but used +for the file name.