Wizard Navigation

<< Click to Display Table of Contents >>

Navigation:  General Functions > Configuring the MIE (Programmer's Guide) > Portal Design > Request Portal Design (Programmer's Guide) >

Wizard Navigation

The Request Portal is designed as a wizard.  The number of steps in the wizard is configurable through the template.  The Request Portal handles creating the navigation buttons as well as navigation backwards and forwards through the wizard.  All variables referenced across all pages of the wizard are maintained by the Request Portal, such that values are preserved as the user progresses backwards and forwards through the wizard.

Values are maintained on the user's browser (in the browser's Document Object Model) until a commit action is performed.  Users should be warned not to refresh the browser's page as on some browsers this causes the DOM to reset and all variable contents to be lost.