The UIM wizard pages

There are some specifics regarding the UIM pages used with the WIZARD_PROGRESS_BAR menu:

Figure 1. An example of wizard-type menu UIM
<PAGE PAGE_ID="Sample_PageOne">
          <MENU MODE="WIZARD_PROGRESS_BAR">
            <CONNECT>
              <SOURCE
                NAME="DISPLAY" PROPERTY="resourceID" />
           </CONNECT>
         </MENU>
         <PAGE_TITLE>
           <CONNECT>
             <SOURCE NAME="TEXT"
                                PROPERTY="PageTitle" />
           </CONNECT>
         </PAGE_TITLE>
         <SERVER_INTERFACE
           CLASS="WizardSample"
             NAME="DISPLAY" OPERATION="getResourceID"
                 PHASE="DISPLAY" />
         <ACTION_SET ALIGNMENT="CENTER" TOP="false">
           <ACTION_CONTROL
                  LABEL="ActionControl.Label.Cancel"/>
           <ACTION_CONTROL
                  LABEL="ActionControl.Label.Next">
             <LINK PAGE_ID="Sample_PageTwo"
                            SAVE_LINK="false"
                              DISMISS_MODAL="false"/>
           </ACTION_CONTROL>
         </ACTION_SET>
         ........
         </PAGE>

In the example above the connection in the MENU provides the identifier of the server-side resource describing this wizard (see below).