Show TOC

Determining the Page FlowLocate this document in the navigation structure

Use

After creating the pages of your BSP application, you can determine the page flow, that is the transitions between the pages. To do this, you assign a navigation request to each page transition. Assigning the pages using a navigation request provides you with a purely formal ("static") description of the navigation scheme within the BSP application. The exact point at which a page is exited is defined through the navigation object:

        
navigation -> next_page('<Navigation request>')
         

However, this is not the only way to trigger a navigation step. For example, you do not need a navigation request if you determine the page transitions by specifying the URL.

Procedure

To determine the page transitions, select the respective BSP application and enter the First Page, the Target Page and the Navigation Request manually on the Navigation tab.