Index: openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.html,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.html 21 May 2018 16:40:47 -0000 1.4 +++ openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.html 3 Sep 2024 15:37:35 -0000 1.5 @@ -183,11 +183,11 @@ after "get_current_step" call "template::wizard save_last_visited_step -key $yourkey"
-Also the wizard params name is present across the curent wizards being used, +
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. + the username. And on on sub wizard we have the param again called "name" + but used for the filename.